mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-11 02:49:04 +01:00
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:
parent
769e718d2c
commit
1ccea74e32
@ -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;
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user