From db866a69b0fa2eaa1e942be63a497b27a24eeb22 Mon Sep 17 00:00:00 2001 From: polarDefender Date: Tue, 28 May 2024 20:55:22 +0900 Subject: [PATCH] fix text color --- static/css/styles.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/static/css/styles.css b/static/css/styles.css index 27bca48a..2927c122 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -191,14 +191,14 @@ a { .setup-header > .back-button { position: absolute; - top: 0; + top: 2px; left: 0; padding: 0; } @media (min-width: 640px) { .setup-header > .back-button { - top: 5px; + top: 10px; left: -20px; } } @@ -218,6 +218,7 @@ a { font-size: 16px; text-align: center; text-shadow: 0px 0px 2px rgba(0, 0, 0, 1); + opacity: 0.8; } #qrcode {