aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui.js
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2021-01-27 11:17:09 +0000
committers-ol <s-ol@users.noreply.github.com>2021-01-27 11:17:13 +0000
commita08dbede23af9c978acec3b3d864e48f7999741b (patch)
tree0531398c36bfcb75543d572870ca5f065c12ae3d /src/ui.js
parentcleanup index.js (diff)
downloadfedidag-a08dbede23af9c978acec3b3d864e48f7999741b.tar.gz
fedidag-a08dbede23af9c978acec3b3d864e48f7999741b.zip
use jsonld framing, add discussion title
Diffstat (limited to 'src/ui.js')
-rw-r--r--src/ui.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui.js b/src/ui.js
index 32ac5f9..6b54da9 100644
--- a/src/ui.js
+++ b/src/ui.js
@@ -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;