Bootstrap customization fix

This commit is contained in:
Dennis Reimann 2021-03-24 11:20:57 +01:00
parent 73730355b8
commit f53a85fcd1
No known key found for this signature in database
GPG key ID: 5009E1797F03F8D0

View file

@ -66,6 +66,13 @@ ul li {
background-color: var(--btcpay-bg-tile);
}
.alert-link,
.alert-link:focus,
.alert-link:hover,
.alert code {
color: inherit;
}
.navbar .onion {
margin-right: auto;
}
@ -368,7 +375,6 @@ html[data-devenv]:before {
background-color: #FB383D;
}
.btcpay-toggle {
--border-size: 2px;
--toggle-width: 40px;