From 481cec5a743876bcf976c98077fcc7a6e2af827c Mon Sep 17 00:00:00 2001 From: Andrew Rabert Date: Sun, 6 Jan 2019 21:17:23 -0500 Subject: [PATCH] Make header color consistent with main background --- .../bower_components/emby-webcomponents/themes/dark/theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard-ui/bower_components/emby-webcomponents/themes/dark/theme.css b/dashboard-ui/bower_components/emby-webcomponents/themes/dark/theme.css index 209bb2a3a2..c9530f588a 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/themes/dark/theme.css +++ b/dashboard-ui/bower_components/emby-webcomponents/themes/dark/theme.css @@ -7,7 +7,7 @@ html { .wizardStartForm, .ui-corner-all, .ui-shadow { - background-color: #1f1f1f + background-color: #1a1a1a } .emby-collapsible-button { @@ -16,7 +16,7 @@ html { } .skinHeader-withBackground { - background-color: #1f1f1f + background-color: #1a1a1a } .skinHeader.semiTransparent {