From 09d9db2f08c0844f9a6ed1f84b4dccf692054fd9 Mon Sep 17 00:00:00 2001 From: Alee Date: Tue, 3 Apr 2018 17:55:50 -0400 Subject: Color changes --- css/style.css | 4 ++-- 1 file 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; -- cgit v1.2.3