Bootstrap customization fix

This commit is contained in:
Dennis Reimann
2021-03-24 11:20:57 +01:00
parent 73730355b8
commit f53a85fcd1

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;