summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
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%;