summaryrefslogtreecommitdiffstats
path: root/main.css
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-05-27 04:14:40 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-05-27 04:14:40 (EDT)
commitec7a4608f5e89cdb1bbdabeef2898fd75e348ec6 (patch)
treef23f3b4847e9738fe71e16cb7ee75b17771e1305 /main.css
parentc3261e822c1a76b1c972ad1ad48bcaeb822d3f09 (diff)
Change colors.
Diffstat (limited to 'main.css')
-rw-r--r--main.css9
1 files changed, 5 insertions, 4 deletions
diff --git a/main.css b/main.css
index 2d055c6..349aba0 100644
--- a/main.css
+++ b/main.css
@@ -4,7 +4,7 @@
}
body {
- background-color: #CCCCCC;
+ background-color: #EEEEEE;
}
h1 {
@@ -61,9 +61,9 @@ a.skip {
}
header {
- background-color: #336699;
+ background-color: #555555;
padding: 8px;
- border-bottom: 4px solid #CC0033;
+ border-bottom: 4px solid #0F1FA0;
height: 64px;
}
header .logo {
@@ -79,7 +79,7 @@ header .logo a {
font-weight: bold;
line-height: 64px;
text-decoration: none;
- color: #c0c0d0;
+ color: #C0C0D0;
}
header div.nav {
margin: 0px 0px 0px 64px;
@@ -104,6 +104,7 @@ header div.nav ul li a {
margin: 0px;
padding: 0px 16px 0px 16px;
text-decoration: none;
+ color: #DDDDDD;
}
header div.nav ul li a:hover {
color: #CCCC33;