From bd92851b6fb9dce53728f42f1a1323ab98dac83f Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Thu, 22 Oct 2020 17:58:26 +0100 Subject: [PATCH] Update template --- templates/logseq.mustache | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/templates/logseq.mustache b/templates/logseq.mustache index 5bc7a3f..49cf723 100644 --- a/templates/logseq.mustache +++ b/templates/logseq.mustache @@ -114,6 +114,23 @@ dark-theme #search-wrapper:focus-within { border-top-color: var(--base01); } +.dark-theme tr:nth-child(odd) { + background-color: var(--base01); +} + +.dark-theme tr:nth-child(even) { + background-color: var(--base02); +} + +.dark-theme th { + color: var(--base05); +} +.dark-theme .non-block-editor textarea, +.dark-theme pre, +.dark-theme pre.code { + background: var(--base01); +} + /** CodeMirror **/ .cm-s-default .CodeMirror { background: var(--base00);