diff options
-rw-r--r-- | local.css | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -7,17 +7,17 @@ body { } h1, h2, h3, h4, h5, h6 { - color: #00f; + color: #39f; } a:hover { - color: #00f; + color: #39f; } em { font-style: normal; font-weight: normal; - color: #00f; + color: #39f; } DIV.header span { @@ -39,7 +39,7 @@ DIV#topbar { DIV#topbar a { text-decoration: none; - color: #00f; + color: #39f; } DIV#topbar ul { @@ -53,7 +53,7 @@ DIV#topbar ul { DIV#topbar ul li { display: inline; - color: #00f; + color: #39f; font-weight: bold; margin: 0 5%; } @@ -79,7 +79,7 @@ DIV#sidebar { margin-left: 2%; width: 16%; padding: 0px; - color: #00f; + color: #39f; text-transform: none; font-weight: bold; } @@ -92,7 +92,7 @@ DIV#sidebar UL LI { list-style-type: none; } DIV#sidebar UL LI SPAN.selflink { - color: #00f; + color: #39f; } DIV#sidebar UL UL LI { margin-left: 10%; @@ -121,7 +121,7 @@ DIV.notebox { } DIV.notebox p { - color: #00f; + color: #39f; } div#pageinfo { |