diff options
Diffstat (limited to 'src/ui.js')
| -rw-r--r-- | src/ui.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,7 @@ import * as dom from './dom'; dom.css` body { --theme-backdrop: #1e1e1e; + --theme-fg: #eeeeee; --theme-note-bg: #eeeeee; --theme-note-fg: #363636; --theme-header-fg: #121212; @@ -18,6 +19,7 @@ body.darktheme { } body { + color: var(--theme-fg); background: var(--theme-backdrop); font-family: sans-serif; font-size: 11px; |
