From 984f8c324fcf7682c8a2b64492c4d4374164fcd4 Mon Sep 17 00:00:00 2001 From: Ruslan Date: Thu, 28 May 2026 09:47:14 +0000 Subject: [PATCH] Improve consent checkbox text visibility --- app/static/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/static/style.css b/app/static/style.css index 3a4ed35..bd40281 100644 --- a/app/static/style.css +++ b/app/static/style.css @@ -1570,8 +1570,8 @@ button { align-items: flex-start; gap: 10px; cursor: pointer; - font-size: 0.82rem; - color: #7a9abd; + font-size: 0.88rem; + color: #c8ddf0; line-height: 1.45; } .access-consent-label input[type=checkbox] { @@ -1583,7 +1583,7 @@ button { cursor: pointer; } .access-consent-link { - color: #5b9bd5; + color: #82baee; text-decoration: underline; } .access-consent-link:hover { color: #82baee; }