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:
parent
42bb3f3789
commit
38d8e20540
@ -435,6 +435,7 @@ body.colors-dark,
|
|||||||
}
|
}
|
||||||
|
|
||||||
body.colors-dark,
|
body.colors-dark,
|
||||||
|
.colors-dark .site-content-contain,
|
||||||
.colors-dark .navigation-top,
|
.colors-dark .navigation-top,
|
||||||
.colors-dark .main-navigation ul {
|
.colors-dark .main-navigation ul {
|
||||||
background: #222;
|
background: #222;
|
||||||
|
Loading…
Reference in New Issue
Block a user