From e11963aca09d5b436d0ec8756c3091ffa7e68b89 Mon Sep 17 00:00:00 2001 From: Dennis Reimann Date: Sun, 26 Apr 2020 21:23:03 +0200 Subject: [PATCH] Checkout dark theme improvements (#1510) Increase the contrast for some elements. Closes #1508. --- BTCPayServer/wwwroot/checkout/css/themes/dark.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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; }