summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2008-11-04 12:29:40 +0100
committerSiri Reiter <siri@jones.dk>2008-11-04 12:29:40 +0100
commite800b53474fbe8bee3cd2e73e600fec6cc8c061e (patch)
tree8bd5103bee7e7e98ce85275f8d3f2dabfff27ec8 /local.css
parentf1aa4030c902d4c65ccfaefe9dc928425571047b (diff)
Add color to links.
Diffstat (limited to 'local.css')
-rw-r--r--local.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/local.css b/local.css
index 83c9421..172b3ca 100644
--- a/local.css
+++ b/local.css
@@ -14,6 +14,10 @@ h1, h2, h3 {
color: darkgreen;
}
+a:hover, a:visited {
+ color: darkgreen;
+}
+
DIV.header {
margin: 1em 1em 0;
}
@@ -53,6 +57,14 @@ DIV#sidebar ul li {
list-style-type: none;
}
+DIV#sidebar ul li SPAN.selflink {
+ color: darkgreen;
+}
+
+DIV#sidebar a {
+ text-decoration: none;
+}
+
DIV#wrapper {
float: right;
width: 80%;