mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-24 09:24:21 +01:00
Removing background gradient
It's not smooth on most displays
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user