[bugfix] increase contrast for “secondary” in light mode

Increase the contrast for icons, usernames, and some other places
This commit is contained in:
Zoë Bijl
2025-10-14 13:48:05 +02:00
parent 7db3518be7
commit 4594e776e0
2 changed files with 5 additions and 0 deletions
@@ -19,6 +19,8 @@
/* Secondary */
--color-secondary-fg: #9c9ba6;
--color-secondary-bg: #13111f;
/* Content */
--color-content-fg: var(--color-fg);
--color-content-secondary-bg: var(--color-secondary-bg);
@@ -12,6 +12,9 @@
--color-accent-fg: #282c37;
--color-accent-lines: #c0cdd9;
/* Secondary */
--color-secondary-fg: #606984;
/* Drawer */
--color-drawer-bg: #fff;
--color-drawer-bg--hover: #ccd7e0;