diff --git a/BTCPayServer/wwwroot/checkout/css/themes/dark.css b/BTCPayServer/wwwroot/checkout/css/themes/dark.css index 6b087f051..59d45e307 100644 --- a/BTCPayServer/wwwroot/checkout/css/themes/dark.css +++ b/BTCPayServer/wwwroot/checkout/css/themes/dark.css @@ -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; }