diff --git a/theme/henge/icons/categoriesrss.png b/theme/henge/icons/categoriesrss.png index 15b8eaf81..0351fd106 100644 Binary files a/theme/henge/icons/categoriesrss.png and b/theme/henge/icons/categoriesrss.png differ diff --git a/theme/henge/icons/new.png b/theme/henge/icons/new.png index 1ed2f6ef5..d3e6985f6 100644 Binary files a/theme/henge/icons/new.png and b/theme/henge/icons/new.png differ diff --git a/theme/henge/icons/person.png b/theme/henge/icons/person.png index 11c37ff30..d3e6985f6 100644 Binary files a/theme/henge/icons/person.png and b/theme/henge/icons/person.png differ diff --git a/theme/henge/theme.json b/theme/henge/theme.json index a824fdfab..c14a50a42 100644 --- a/theme/henge/theme.json +++ b/theme/henge/theme.json @@ -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", diff --git a/webapp_profile.py b/webapp_profile.py index 4a30a3749..ed5f0fc2a 100644 --- a/webapp_profile.py +++ b/webapp_profile.py @@ -1202,7 +1202,7 @@ def html_profile(signing_priv_key_pem: str, # domain_full, # extra_json, 'wanted') + license_str # end of #timeline - profile_str += '' + profile_str += '\n
\n' instance_title = \ get_config_param(base_dir, 'instanceTitle')