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.


git-svn-id: https://develop.svn.wordpress.org/trunk@38987 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
David A. Kennedy 2016-10-27 23:00:43 +00:00
parent 42bb3f3789
commit 38d8e20540
1 changed files with 1 additions and 0 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;