diff --git a/BTCPayServer/wwwroot/checkout/css/themes/dark.css b/BTCPayServer/wwwroot/checkout/css/themes/dark.css index 5436a86e7..5daf042b4 100644 --- a/BTCPayServer/wwwroot/checkout/css/themes/dark.css +++ b/BTCPayServer/wwwroot/checkout/css/themes/dark.css @@ -43,25 +43,33 @@ html { } .currency-selection { - background-color: #15181c; + background-color: #292929; border-bottom: 1px solid #565d6e; color: #fff; } +.payment__currencies { + background-color: #191919; +} + + .payment__currencies:hover { + background-color: #111316; + } + line-items { - background-color: #111316; + background-color: #292929; color: #565d6e !important; border-top: 1px solid #565d6e !important; } .buyerTotalLine { border-top: 1px solid #202224; - background-color: #15181c; + background-color: #292929; color: #fff; } .payment-tabs { - background-color: #15181c; + background-color: #292929; color: #fff; border-top: 1px solid #565d6e; } @@ -78,12 +86,12 @@ canvas { #prettydropdown-DefaultLang ul { color: #565d6e !important; - background-color: #111316 !important; + background-color: #191919; } #prettydropdown-DefaultLang ul.active li:hover { color: #fff !important; - background-color: #000 !important; + background-color: #111316; } .manual__step-one__header { @@ -94,10 +102,6 @@ canvas { color: #ffffff; } -.payment__currencies:hover { - background: rgba(248, 248, 248,0.1); -} - .content-faded, .manual__step-one__instructions, .manual__step-two__instructions { color: #fff;