diff options
-rw-r--r-- | local.css | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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%; |