diff options
author | Blanksøgård <web-bsg@coreander.jones.dk> | 2007-10-28 20:37:54 +0100 |
---|---|---|
committer | Blanksøgård <web-bsg@coreander.jones.dk> | 2007-10-28 20:37:54 +0100 |
commit | 653533891a7be51b5cad7f079504373546a895a3 (patch) | |
tree | 2cbe8698805d73821b5656849ed657fa1dde6b1d | |
parent | 4e0a0c2d0280949bf41abe47305d5519d3c03fd7 (diff) |
Separate (and darken) color of regular and link text in sidebar.
-rw-r--r-- | local.css | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -24,11 +24,16 @@ body { padding: 0px; } #sidebar ul li, #sidebar ul li a { - color: orange; line-height: 2; list-style-type: none; text-decoration: none; } +#sidebar ul li { + color: darkorange; +} +#sidebar ul li a { + color: darkred; +} #sidebar ul li a:hover { text-decoration: underline; } |