diff options
Diffstat (limited to 'themes/bartik/css')
-rw-r--r-- | themes/bartik/css/colors.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/bartik/css/colors.css b/themes/bartik/css/colors.css index 877dd14c7..e9e6eaeac 100644 --- a/themes/bartik/css/colors.css +++ b/themes/bartik/css/colors.css @@ -3,7 +3,7 @@ /* ---------- Color Module Styles ----------- */ body { - background-color: #2d1e0f; + background-color: #292929; color: #ffffff; } html, @@ -38,7 +38,7 @@ a:active { border-color: #f9f9f9; } #footer-wrapper { - background: #2d1e0f; + background: #292929; } #header #name-and-slogan, #header #name-and-slogan a { |