mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-17 07:10:27 +00: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. git-svn-id: https://develop.svn.wordpress.org/trunk@38987 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user