diff --git a/apps/hydra/glance/configmap-glance.yaml b/apps/hydra/glance/configmap-glance.yaml index c1f59ac..36d2d74 100644 --- a/apps/hydra/glance/configmap-glance.yaml +++ b/apps/hydra/glance/configmap-glance.yaml @@ -4,7 +4,7 @@ data: # Config: https://github.com/glanceapp/glance/blob/main/docs/configuration.md theme: background-color: 186 21 20 - contrast-multiplier: 1.2 + contrast-multiplier: 1.5 primary-color: 97 13 80 # Note: assets are cached by the browser, changes to the CSS file # will not be reflected until the browser cache is cleared (Ctrl+F5) diff --git a/config/glance/config/glance.yml b/config/glance/config/glance.yml index 5afa20c..6f354ea 100644 --- a/config/glance/config/glance.yml +++ b/config/glance/config/glance.yml @@ -1,7 +1,7 @@ # Config: https://github.com/glanceapp/glance/blob/main/docs/configuration.md theme: background-color: 186 21 20 - contrast-multiplier: 1.2 + contrast-multiplier: 1.5 primary-color: 97 13 80 # Note: assets are cached by the browser, changes to the CSS file # will not be reflected until the browser cache is cleared (Ctrl+F5)