Make header color consistent with main background

This commit is contained in:
Andrew Rabert 2019-01-06 21:17:23 -05:00
parent df14540b7c
commit 481cec5a74

View file

@ -7,7 +7,7 @@ html {
.wizardStartForm, .wizardStartForm,
.ui-corner-all, .ui-corner-all,
.ui-shadow { .ui-shadow {
background-color: #1f1f1f background-color: #1a1a1a
} }
.emby-collapsible-button { .emby-collapsible-button {
@ -16,7 +16,7 @@ html {
} }
.skinHeader-withBackground { .skinHeader-withBackground {
background-color: #1f1f1f background-color: #1a1a1a
} }
.skinHeader.semiTransparent { .skinHeader.semiTransparent {