diff options
-rw-r--r-- | themes/bartik/css/colors.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/bartik/css/colors.css b/themes/bartik/css/colors.css index c920a68d9..49fbce3fd 100644 --- a/themes/bartik/css/colors.css +++ b/themes/bartik/css/colors.css @@ -6,8 +6,8 @@ body { background-color: #292929; color: #ffffff; } -html, #page-wrapper, +#main, body.overlay { background-color: #ffffff; color: #3b3b3b; |