Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/knadh/hugo-ink.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKailash Nadh <kailash@nadh.in>2020-04-26 13:45:06 +0300
committerGitHub <noreply@github.com>2020-04-26 13:45:06 +0300
commit5471c992dd862acce0fea40c3c4b20ac57ffd9ec (patch)
treee1b7317c8852cfda6ea495f37d49e7d62ffe0093
parent61e6f5b72b8e24d1a8f3efbca50f7c26764bdffc (diff)
parentaec01d1d57d17b71e4e2aa879d9d075cfadb528a (diff)
Merge pull request #18 from fteem/ilija/fix-dark-mode-headers
Fix dark theme headers CSS
-rw-r--r--static/css/dark.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/static/css/dark.css b/static/css/dark.css
index 1b4a2bd..bc63995 100644
--- a/static/css/dark.css
+++ b/static/css/dark.css
@@ -23,7 +23,12 @@ html.dark blockquote {
border-color: #ddd;
}
-html.dark h1,h2,h3,h4,h5,h6 {
+html.dark h1,
+html.dark h2,
+html.dark h3,
+html.dark h4,
+html.dark h5,
+html.dark h6 {
color: #ddd;
}