From d78c982784eb0b69577ce6a10063f628cbe0ef58 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Tue, 18 Sep 2012 13:51:05 +0000 Subject: remove bold, tweak colors --- themes/html5/style.css | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/themes/html5/style.css b/themes/html5/style.css index e1ebdf2..d38b1c7 100644 --- a/themes/html5/style.css +++ b/themes/html5/style.css @@ -2,6 +2,10 @@ body { margin: 3% 8% 2% 12%; } +* { + font-weight: normal; +} + pre { background-color: #ffffea; padding: 2%; @@ -35,7 +39,6 @@ a:hover { #blog_title { font-size: 220%; - font-weight: bold; text-shadow: #666666 1px 1px 1px; } #blog_title a { @@ -46,7 +49,7 @@ a:hover { } h1 a { - color: #222222; + color: inherit; } q { margin-left: 2%; @@ -79,9 +82,10 @@ aside { float: right; width: 25%; margin-bottom: 3%; + color: #666666; } aside h3 { - color: #666666; + color: #333333; border-bottom: thin solid #cccccc; text-shadow: #666666 1px 1px 1px; } @@ -91,11 +95,10 @@ aside section { aside ul { list-style: none; padding: 0; - color: #999999; } aside ul ul { list-style: none; - margin-left: 10%; + margin-left: 2em; } aside img { margin-right: 1ex; -- cgit v1.2.3