diff --git a/BTCPayServer/wwwroot/checkout/css/default.css b/BTCPayServer/wwwroot/checkout/css/default.css index 80bc259c9..3667098dc 100644 --- a/BTCPayServer/wwwroot/checkout/css/default.css +++ b/BTCPayServer/wwwroot/checkout/css/default.css @@ -9101,7 +9101,7 @@ strong { cursor: pointer; position: absolute; right: 0px; - display:none; + display: none; } .close-icon img { @@ -11583,3 +11583,11 @@ low-fee-timeline { color: #818a91; font-size: small; } + + .powered__by__btcpayserver a { + color: #51b13e; + } + + .powered__by__btcpayserver a:hover { + color: #418e32; + } diff --git a/BTCPayServer/wwwroot/checkout/css/themes/dark.css b/BTCPayServer/wwwroot/checkout/css/themes/dark.css index 5daf042b4..6b087f051 100644 --- a/BTCPayServer/wwwroot/checkout/css/themes/dark.css +++ b/BTCPayServer/wwwroot/checkout/css/themes/dark.css @@ -111,11 +111,3 @@ canvas { .recommended-fee { color: #fff; } - -.powered__by__btcpayserver a { - color: #51b13e; -} - - .powered__by__btcpayserver a:hover { - color: #418e32; - }