GH-683: Fix template dark mode (#698)

pull/709/head
Ashish Dhama 2024-02-13 23:02:55 +05:30 committed by GitHub
parent 98613bf853
commit a9b31bde30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -224,4 +224,9 @@ html[data-theme="dark"] {
--editor-frontmatter-marker-color: #fff;
--editor-widget-background-color: rgba(72, 72, 72, 0.5);
--editor-task-marker-color: var(--subtle-color);
--editor-task-state-color: var(--subtle-color);
--editor-directive-mark-color: #ba0303;
--editor-directive-color: #898989;
--editor-directive-background-color: #4c4c4c7d;
}