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

github.com/jrutheiser/hugo-lithium-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Rutheiser <jonathan.rutheiser@gmail.com>2016-05-26 05:43:35 +0300
committerJonathan Rutheiser <jonathan.rutheiser@gmail.com>2016-05-26 05:43:35 +0300
commit9098ae9a7481f537446061031e4d2d0abf2e49b2 (patch)
tree7d7f6f1ca29b3a5839ff9321a7021c7ad26bbe10
parent4bc7e6ffd3fa45f6d3a28cb744ff900ed11512c5 (diff)
Change headline color
-rw-r--r--static/css/main.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 9925ca0..6c46e62 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -20,6 +20,7 @@ h4,
h5,
h6 {
font-family: 'Lato', sans-serif;
+ color: #222;
}
a {