mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-05 23:24:27 +01:00
Checkout dark theme improvements (#1510)
Increase the contrast for some elements. Closes #1508.
This commit is contained in:
@@ -38,10 +38,15 @@ html {
|
||||
background-color: #333333; /* messes up bottom border radius */
|
||||
}
|
||||
|
||||
.expired__body {
|
||||
.expired__body,
|
||||
.success-message {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
line-items .line-items__item {
|
||||
color: #8D8D8F;
|
||||
}
|
||||
|
||||
.currency-selection {
|
||||
background-color: #292929;
|
||||
border-bottom: 1px solid #565d6e;
|
||||
@@ -85,7 +90,7 @@ canvas {
|
||||
}
|
||||
|
||||
#prettydropdown-DefaultLang ul {
|
||||
color: #565d6e !important;
|
||||
color: #818a91 !important;
|
||||
background-color: #191919;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user