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:
-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 {