From b9c97cc5d7dcdfab9fc316baa80a610787fe5aa3 Mon Sep 17 00:00:00 2001 From: Dennis Reimann Date: Sun, 5 Apr 2020 19:56:19 +0200 Subject: [PATCH] Homepage updates --- BTCPayServer/wwwroot/main/themes/default.css | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) 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); }