diff options
-rw-r--r-- | themes/bartik/color/color.inc | 2 | ||||
-rw-r--r-- | themes/bartik/css/colors.css | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/themes/bartik/color/color.inc b/themes/bartik/color/color.inc index c0b27b442..caba2f113 100644 --- a/themes/bartik/color/color.inc +++ b/themes/bartik/color/color.inc @@ -29,7 +29,7 @@ $info = array( 'text' => '#3b3b3b', 'sidebar' => '#f6f6f2', 'sidebarborders' => '#f9f9f9', - 'footer' => '#2d1e0f', + 'footer' => '#292929', 'titleslogan' => '#ffffff', ), ), 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 { |