From e6f715cd45834a3b43b57eec78ae44fb1b67b3a6 Mon Sep 17 00:00:00 2001 From: Miguel Ribeiro Date: Thu, 31 Oct 2024 15:23:19 +0100 Subject: [PATCH] feat: link version update banner to github release --- index.php | 6 +++++- styles/dark-theme.css | 4 ++++ styles/styles.css | 5 +++++ 3 files changed, 14 insertions(+), 1 deletion(-) 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);