Twenty Seventeen: Fix issue with missing background color in dark color scheme.

A background color style that was added to the front page during video header implementation did not get included in the `colors-dark.css`, causing a display issue with the dark color scheme.

Props laurelfulford.

See #38172.

Built from https://develop.svn.wordpress.org/trunk@38987


git-svn-id: http://core.svn.wordpress.org/trunk@38930 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
David A. Kennedy 2016-10-27 23:01:30 +00:00
parent 769e718d2c
commit 1ccea74e32
2 changed files with 2 additions and 1 deletions

View File

@ -435,6 +435,7 @@ body.colors-dark,
}
body.colors-dark,
.colors-dark .site-content-contain,
.colors-dark .navigation-top,
.colors-dark .main-navigation ul {
background: #222;

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.7-alpha-38986';
$wp_version = '4.7-alpha-38987';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.