From d2c29aaec60f3495bcc88911b95f6b1a4bd3a71c Mon Sep 17 00:00:00 2001 From: rockstardev Date: Sat, 4 Apr 2020 16:47:26 -0500 Subject: [PATCH] Tweaking text opacity, recommended fee line consistency --- BTCPayServer/wwwroot/checkout/css/default.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BTCPayServer/wwwroot/checkout/css/default.css b/BTCPayServer/wwwroot/checkout/css/default.css index 680085735..1c168cae0 100644 --- a/BTCPayServer/wwwroot/checkout/css/default.css +++ b/BTCPayServer/wwwroot/checkout/css/default.css @@ -8246,7 +8246,6 @@ strong { padding: 20px 20px; color: #515664; font-weight: 300; - opacity: .7; } .modal-content { @@ -9278,7 +9277,8 @@ strong { .recommended-fee { box-sizing: border-box; - color: #818EA9; + font-size: smaller; + color: #515664; position: absolute; top: calc(100% - 40px); left: 50%;