diff options
author | Siri Reiter <siri@jones.dk> | 2008-11-04 12:29:40 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2008-11-04 12:29:40 +0100 |
commit | e800b53474fbe8bee3cd2e73e600fec6cc8c061e (patch) | |
tree | 8bd5103bee7e7e98ce85275f8d3f2dabfff27ec8 /local.css | |
parent | f1aa4030c902d4c65ccfaefe9dc928425571047b (diff) |
Add color to links.
Diffstat (limited to 'local.css')
-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%; |