mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 14:22:40 +01:00
Bootstrap customization fix
This commit is contained in:
parent
73730355b8
commit
f53a85fcd1
1 changed files with 7 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue