diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2021-01-27 11:17:09 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2021-01-27 11:17:13 +0000 |
| commit | a08dbede23af9c978acec3b3d864e48f7999741b (patch) | |
| tree | 0531398c36bfcb75543d572870ca5f065c12ae3d /src/ui.js | |
| parent | cleanup index.js (diff) | |
| download | fedidag-a08dbede23af9c978acec3b3d864e48f7999741b.tar.gz fedidag-a08dbede23af9c978acec3b3d864e48f7999741b.zip | |
use jsonld framing, add discussion title
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; |
