diff options
Diffstat (limited to 'local.css')
-rw-r--r-- | local.css | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -3,12 +3,12 @@ /* Add local styling here, instead of modifying style.css. */ body { - background-color: darkgrey; + background-color: DimGrey; } #container { - background-color: white; - margin: 10px 12%; + background-color: White; + margin: 10px 5%; } #branding-logo { @@ -32,10 +32,10 @@ body { text-decoration: none; } #sidebar ul li { - color: darkorange; + color: DarkOrange; } #sidebar ul li a { - color: darkred; + color: DarkRed; } #sidebar ul li a:hover { text-decoration: underline; @@ -49,7 +49,7 @@ body { } blockquote { - background-color: lightgrey; + background-color: LightGrey; } div.pagedate { |