mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
little fix of colors in dark mode
This commit is contained in:
parent
307386554f
commit
d6eabc8e94
1 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@
|
|||
:root {
|
||||
color-scheme: dark;
|
||||
|
||||
--color-bg: #171717;
|
||||
--color-bg: #151515;
|
||||
--color-text-default: #eee;
|
||||
--color-text-reduced: #e0e0e0;
|
||||
--color-text-reduced2: #999;
|
||||
|
|
@ -21,7 +21,7 @@
|
|||
--color-btn-default: #fff;
|
||||
--color-btn-hover: #444;
|
||||
--color-submit: #444;
|
||||
--color-row-underlinig: #333333;
|
||||
--color-row-underlinig: #303030;
|
||||
--color-border-default: #555;
|
||||
--color-border-focus: #5a8df0;
|
||||
--color-error: #ff3333;
|
||||
|
|
|
|||
Loading…
Reference in a new issue