From bb1151d0705a42e61a664e39913979edffe79318 Mon Sep 17 00:00:00 2001 From: "M. Taylor Saotome-Westlake" Date: Sun, 4 Sep 2016 05:31:26 -0700 Subject: [PATCH] theme tweaks --- theme/static/css/main.css | 11 +++++------ theme/templates/base.html | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/theme/static/css/main.css b/theme/static/css/main.css index 6725c0f..4400a8b 100644 --- a/theme/static/css/main.css +++ b/theme/static/css/main.css @@ -35,13 +35,13 @@ body { font-size: 16px; line-height: 150%; text-align: left; - color: #4D4D4C; + color: #1D1D1D; padding: 0; min-width: 740px; } header { - background-color: #40403F; + background-color: #101030; height: 50px; line-height: 50px; padding: 0 1em; @@ -147,7 +147,7 @@ p { a { text-decoration: none; border-bottom: 1px dotted #4D4D4C; - color: #4D4D4C; + color: #2D2D2C; } a:hover, a:active { @@ -196,7 +196,7 @@ article.summary > div { article.full .metadata, article.summary .metadata { - padding: 1%; + padding: 1%; border: 1px dotted #EFEFEF; box-shadow: 0.1em 0.1em 0.1em #EFEFEF; font-style: italic; @@ -246,7 +246,7 @@ ol.archive li .tags .social a {} -.social i { +.social i { float: left; margin-right: 3px; padding-top: 4px; @@ -308,4 +308,3 @@ li.tag-4 { font-size: 110%; margin: 0 1em; } margin: 0 4%; } } - diff --git a/theme/templates/base.html b/theme/templates/base.html index 8b15510..9881e7a 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -43,7 +43,7 @@ {% endfor %} {% endif %} - {{ SITENAME }} + ☆✦ {{ SITENAME }} ✦☆ …
-- 2.17.1