mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-15 11:14:24 +01:00
Homepage updates
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user