mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-20 02:28:31 +01:00
Removing background gradient
It's not smooth on most displays
This commit is contained in:
parent
1a8f222e46
commit
e76785a64e
@ -1,12 +1,11 @@
|
||||
/* based on https://github.com/btcpayserver/btcpayserver-doc/blob/master/Theme.md#blockstream */
|
||||
|
||||
html {
|
||||
background-color: #292929;
|
||||
background-color: #353535;
|
||||
}
|
||||
|
||||
.modal.page {
|
||||
background-color: #292929;
|
||||
background-image: linear-gradient(to bottom, #404040, #292929);
|
||||
background-color: #353535;
|
||||
}
|
||||
|
||||
/* centering for new default design */
|
||||
|
Loading…
Reference in New Issue
Block a user