Administration: Fix the main background color for the Light color scheme.

Props trepmal.
Fixes #38004.


git-svn-id: https://develop.svn.wordpress.org/trunk@38638 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrea Fercia 2016-09-21 17:35:42 +00:00
parent 9ee1f662cb
commit 9bfbc3570b

View File

@ -3,7 +3,7 @@
@import 'mixins';
html {
body {
background: $body-background;
}