diff options
Diffstat (limited to 'css')
| -rw-r--r-- | css/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/css/style.css b/css/style.css index 6f91db5..c8bef67 100644 --- a/css/style.css +++ b/css/style.css @@ -2,7 +2,7 @@ body { font-family: Segoe UI, Helvetica, Arial; padding:0; margin:0; - background-color:#353b36; + background-color:#3e443e; color:white; } @@ -13,7 +13,7 @@ body { } header { - background-color:#434c52; + background-color:#262627; color:white; padding-top:30px; min-height:70px; |
