commit 0adaccd05bb6b051176905ca4b8f3c2cab83f06e
parent 4cc6b503efd55f7ead2e6c0ad7e48b93719dbaaa
Author: Dan Callaghan <djc@djc.id.au>
Date: Fri, 5 Sep 2008 21:20:35 +1000
link colours
Diffstat:
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/TODO b/TODO
@@ -4,7 +4,6 @@
- feeds everywhere else
- monthly archives
- comment submission
-- link colours
- more styles: blockquote, pre, code, ...?
- <!-- more -->
- customisation:
diff --git a/static/css/common.css b/static/css/common.css
@@ -17,6 +17,12 @@ body {
max-width: 45em;
}
+a {
+ color: #0066b3;
+}
+a:visited {
+ color: #990099;
+}
h1, h2, h3, h4, h5, h6 {
font-family: "Corbel", "Liberation Sans", sans-serif;
}
@@ -43,7 +49,6 @@ div.blocksep {
text-transform: uppercase;
letter-spacing: 0.1ex;
word-spacing: 0.2em;
- color: black;
margin-right: 0.5em;
}
.entry .entrydate {