mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
refactor: simplify css variables
This commit is contained in:
parent
b56d4e21b1
commit
5a399300e5
92 changed files with 510 additions and 528 deletions
|
|
@ -17,8 +17,8 @@
|
|||
|
||||
/* Light mode (default) */
|
||||
:root {
|
||||
--text-color: var(--theme-text-color);
|
||||
--border-color: var(--theme-separator-color);
|
||||
--text-color: var(--text-color);
|
||||
--border-color: var(--separator-color);
|
||||
--primary-color: var(--c-primary);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue