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:
-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;
}