Homepage updates

This commit is contained in:
Dennis Reimann
2020-04-05 19:56:19 +02:00
committed by Kukks
parent d5b088b924
commit b9c97cc5d7

View File

@@ -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);
}