mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
fix color of duedate in dark mode
This commit is contained in:
parent
14e4fe66c9
commit
2693f4205d
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@
|
|||
--color-duedate-default: var(--color-tab-text);
|
||||
--color-duedate-soon: #008000;
|
||||
--color-duedate-today: #FF0000;
|
||||
--color-duedate-past: #A52A2A;
|
||||
--color-duedate-past: #B52D2D;
|
||||
|
||||
/* Markdown */
|
||||
--color-md-border: #333;
|
||||
|
|
|
|||
Loading…
Reference in a new issue