diff options
-rw-r--r-- | local.css | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -25,12 +25,12 @@ DIV.header span { } DIV.pageheader { - background-color: lightblue; + background-color: #9cf; } DIV#topbar { float: right; - background-color: lightblue; + background-color: #9cf; margin: 0; padding: 0; text-align: center; @@ -63,7 +63,7 @@ DIV#topbar a:hover { } DIV#topbar span.selflink { - color: lightblue; + color: #9cf; } FORM#searchform { @@ -114,7 +114,7 @@ DIV#content { } DIV.notebox { - color: lightblue !important; + color: #9cf !important; border: dashed; margin-right: -50%; width: 35%; |