From 694afae07eb2b96ddb1233bcca79d86d7b65246c Mon Sep 17 00:00:00 2001 From: Blanksøgård Date: Sun, 4 Nov 2007 13:21:41 +0100 Subject: Udseende: Mørkere baggrund. Smallere sidemargin. Farver skrevet som KamelOrd. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- local.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/local.css b/local.css index f87ef7c..59ea79b 100644 --- a/local.css +++ b/local.css @@ -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 { -- cgit v1.2.3