[bugfix] increase contrast for “secondary” in light mode
Increase the contrast for icons, usernames, and some other places
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user