Merge branch 'main' of gitlab.com:bashrc2/epicyon

merge-requests/30/head
Bob Mottram 2022-12-23 15:05:55 +00:00
commit 1c6f937716
5 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 7.0 KiB

View File

@ -1,7 +1,7 @@
{
"block-reason-color": "lightgreen",
"verified-site-color": "lightgreen",
"code-color": "blue",
"code-color": "lightblue",
"pwa-theme-color": "apple-mobile-web-app-status-bar-style",
"pwa-theme-background-color": "black",
"dropdown-fg-color": "white",
@ -43,8 +43,8 @@
"column-left-color": "#42383c",
"text-entry-background": "#383335",
"link-bg-color": "#383335",
"main-link-color": "#dbeef6",
"main-link-color-hover": "#f6fafc",
"main-link-color": "#a4999e",
"main-link-color-hover": "#dbd3d6",
"options-main-link-color": "white",
"options-main-link-color-hover": "#ddd",
"title-color": "white",

View File

@ -1202,7 +1202,7 @@ def html_profile(signing_priv_key_pem: str,
# domain_full,
# extra_json, 'wanted') + license_str
# end of #timeline
profile_str += '</div>'
profile_str += '</div>\n<br>\n'
instance_title = \
get_config_param(base_dir, 'instanceTitle')