From 42c5aa9a5e6bc5cabc3af1e9f42c9a300ffd396e Mon Sep 17 00:00:00 2001 From: "kun.peng" Date: Sun, 13 Oct 2019 23:50:37 +0800 Subject: [PATCH] fixed dark theme style --- source/css/style.theme.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/source/css/style.theme.css b/source/css/style.theme.css index 94cca59..3b5c3d9 100644 --- a/source/css/style.theme.css +++ b/source/css/style.theme.css @@ -224,6 +224,7 @@ a.navbar-item:hover { code { color: var(--code-default-color); + background-color: var(--code-bg-color) } code[class*="language-"], pre[class*="language-"] { @@ -325,6 +326,11 @@ div.code-toolbar > .toolbar span:focus { color: var(--code-line-numbers-rows-color); } +.content table thead td, +.content table thead th { + color: var(--color); +} + #toc ul li a, #toc ul li ul li a, #toc ul li ul li ul li a { @@ -348,4 +354,12 @@ div.code-toolbar > .toolbar span:focus { .halo-comment .comment-placeholder { border: none !important; +} + +.navbar-burger { + color: var(--color); +} + +.navbar-menu { + background-color: var(--background); } \ No newline at end of file