diff --git a/index.php b/index.php index 953924a57..6dbe32035 100644 --- a/index.php +++ b/index.php @@ -146,7 +146,11 @@ if (version_compare($version, $latestVersion) == -1) { ?>
span>a { + color: #FFF; +} + .totp-qrcode-container { padding: 14px; border: 1px solid #DDD; diff --git a/styles/styles.css b/styles/styles.css index d4d4cddaf..db153ade9 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -2504,6 +2504,11 @@ input[type="radio"]:checked+label::after { font-weight: 500; } +.update-banner>span>a { + color: #222; + text-decoration: underline; +} + .demo-banner { padding: 15px 20px; background-color: rgba(var(--error-color-rgb), 0.2);