Skip to content

Commit b8fb3b5

Browse files
committed
Apply colors on all color schemes
1 parent e20cc7d commit b8fb3b5

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

src/wp-admin/css/colors/_admin.scss

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,14 @@
1313
@return '%23' + string.slice( '#{ $color }', 2, -1 );
1414
}
1515

16-
body {
16+
body,
17+
#wpwrap {
18+
background: variables.$menu-background;
19+
}
20+
21+
/* Rounded admin canvas (see common.css #wpcontent / #wpfooter). */
22+
#wpcontent,
23+
#wpfooter {
1724
background: variables.$body-background;
1825
}
1926

0 commit comments

Comments
 (0)