summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2012-09-18 13:51:05 +0000
committerDimitri Sokolyuk <demon@dim13.org>2012-09-18 13:51:05 +0000
commitd78c982784eb0b69577ce6a10063f628cbe0ef58 (patch)
tree3c0ea2997934230a8f501e8d5dee48b3edd9c17b
parent4ac44a33a31ec5c4cff62253903d020e7563837d (diff)
remove bold, tweak colors
-rw-r--r--themes/html5/style.css13
1 files 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;