Removing background gradient

It's not smooth on most displays
This commit is contained in:
rockstardev 2020-04-04 18:03:19 -05:00
parent 1a8f222e46
commit e76785a64e

View File

@ -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 */