summaryrefslogtreecommitdiffstats
path: root/apps/theming/css
diff options
context:
space:
mode:
authorFerdinand Thiessen <opensource@fthiessen.de>2023-12-15 16:14:37 +0100
committerFerdinand Thiessen <opensource@fthiessen.de>2023-12-19 11:33:15 +0100
commitbb5523097f10bf380f7893070d5bd1c60109521d (patch)
tree0f8d4c6f23c2c73171e64795e826a036b2277b88 /apps/theming/css
parent8ff08d5a0ab60b560b39c9a5b8f397a09d9751b3 (diff)
downloadnextcloud-server-bb5523097f10bf380f7893070d5bd1c60109521d.tar.gz
nextcloud-server-bb5523097f10bf380f7893070d5bd1c60109521d.zip
fix(theming): Adjust primary text color calculation to also work with high contrast themes
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'apps/theming/css')
-rw-r--r--apps/theming/css/default.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/theming/css/default.css b/apps/theming/css/default.css
index 4119d370f08..e9388e6ab60 100644
--- a/apps/theming/css/default.css
+++ b/apps/theming/css/default.css
@@ -77,9 +77,9 @@
--color-primary-light-text: #00293f;
--color-primary-light-hover: #dbe4ea;
--color-primary-element: #00679e;
- --color-primary-element-hover: #1070a4;
+ --color-primary-element-hover: #005a8a;
--color-primary-element-text: #ffffff;
- --color-primary-element-text-dark: #f0f0f0;
+ --color-primary-element-text-dark: #f5f5f5;
--color-primary-element-light: #e5eff5;
--color-primary-element-light-hover: #dbe4ea;
--color-primary-element-light-text: #00293f;