diff options
-rw-r--r-- | local.css | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -6,6 +6,11 @@ body { background-color: DimGrey; } +h1 { + color: #c03; + text-transform: lowercase; +} + #container { background-color: White; margin: 10px 5%; @@ -40,12 +45,18 @@ div.header span { text-decoration: none; } #sidebar ul li { - color: DarkOrange; + color: Black; + text-transform: lowercase; } #sidebar ul li a { - color: DarkRed; + color: inherit; +} +#sidebar ul li a:visited { + color: DimGrey; } + #sidebar ul li a:hover { + color: #c03; text-decoration: underline; } |