diff --git a/BTCPayServer/wwwroot/main/themes/default.css b/BTCPayServer/wwwroot/main/themes/default.css index cdee49f04..052cc3379 100644 --- a/BTCPayServer/wwwroot/main/themes/default.css +++ b/BTCPayServer/wwwroot/main/themes/default.css @@ -123,11 +123,20 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { border-top: none; } +#mainNav { + background: var(--btcpay-header-bg); +} + #mainNav .navbar-nav > li.nav-item > a.nav-link:focus, #mainNav .navbar-nav > li.nav-item > a.nav-link:hover { border-bottom-color: var(--btcpay-header-color-link-accent); } +header.masthead::before, +.service-box img { + filter: hue-rotate(318deg); +} + /* Dark theme */ @media (prefers-color-scheme: dark) { :root { @@ -155,11 +164,6 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { filter: none; } - header.masthead::before, - .service-box img { - filter: grayscale() opacity(90%); - } - .table-sm tbody tr:hover { background-color: var(--btcpay-color-neutral-950); }