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

github.com/blankoworld/hugo_theme_adam_eve.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier DOSSMANN <olivier+git@dossmann.net>2018-02-26 14:55:45 +0300
committerOlivier DOSSMANN <olivier+git@dossmann.net>2018-02-26 14:55:45 +0300
commitd5e9904a5bd9bed8c19a1e9788171cf062f751c3 (patch)
treeaf2f8821871ae2e466b3b24e00e2d7b47181aa35
parent4fcf63f3e2e47d6305d17bae6b9d400bfc5f94cf (diff)
Add more color for titles
-rw-r--r--static/css/main.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/static/css/main.css b/static/css/main.css
index bdfe189..6d46521 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -4,12 +4,18 @@ a:active, a:link, a:visited, a:hover {
text-decoration: none;
}
-h1 {
+h1, h2, h3, h4, h5, h6 {
text-align: left;
+ color: #e52c5a;
}
h1#site_title {
text-align: center;
+ color: black;
+}
+
+h6 {
+ text-decoration: underline;
}
main a:active, main a:link, main a:visited, main a:hover {