From a08dbede23af9c978acec3b3d864e48f7999741b Mon Sep 17 00:00:00 2001 From: s-ol Date: Wed, 27 Jan 2021 12:17:09 +0100 Subject: use jsonld framing, add discussion title --- src/ui.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ui.js') 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; -- cgit v1.2.3