diff options
-rw-r--r-- | permanent/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/permanent/style.css b/permanent/style.css index 3b0fece..a8f96ea 100644 --- a/permanent/style.css +++ b/permanent/style.css @@ -57,7 +57,7 @@ nav { height: 2.25em; padding: 0; margin: 0; - background-color: #800000; + background-color: #005792; } nav ul { list-style-type: none; @@ -100,7 +100,7 @@ header { text-align: center; } -#content { +#main { padding: 1px 3% 0; } |