Use different close button color variable (#1580)

fix #1579
This commit is contained in:
Umar Bolatov 2020-05-18 12:52:26 -07:00 committed by GitHub
parent f595d823b6
commit 2a030fe7fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3766,11 +3766,11 @@ input[type="button"].btn-block {
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: var(--btcpay-color-black);
color: var(--btcpay-color-dark-accent);
text-shadow: 0 1px 0 var(--btcpay-color-white);
opacity: .5; }
.close:hover {
color: var(--btcpay-color-black);
color: var(--btcpay-color-dark-accent);
text-decoration: none; }
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
opacity: .75; }