summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css15
1 files changed, 6 insertions, 9 deletions
diff --git a/static/style.css b/static/style.css
index 0ff6764..793a6bd 100644
--- a/static/style.css
+++ b/static/style.css
@@ -23,22 +23,19 @@ pre {
img, pre {
border-radius: 1ex;
}
-time, address, #tags {
+time, address, .tags {
font-size: smaller;
color: #999;
}
dd {
padding-bottom: 1em;
}
-header a, aside a, section a, footer a {
- color: #F50;
-}
-section li {
- list-style-type: circle;
+article a {
+ color: #05A;
}
-a {
+a, header a {
+ color: #F50;
text-decoration: none;
- color: #05A;
}
aside {
float: right;
@@ -62,7 +59,7 @@ aside li {
article {
margin-bottom: 3em;
}
-#figcaption {
+.figcaption {
font-style: italic;
margin-bottom: 1em;
}