From 823b28983c82f41ae9257acd85e7e5a89506835a Mon Sep 17 00:00:00 2001 From: Ruslan Date: Thu, 28 May 2026 09:48:08 +0000 Subject: [PATCH] Set consent label text color to white --- app/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/static/style.css b/app/static/style.css index bd40281..64cd15c 100644 --- a/app/static/style.css +++ b/app/static/style.css @@ -1571,7 +1571,7 @@ button { gap: 10px; cursor: pointer; font-size: 0.88rem; - color: #c8ddf0; + color: #ffffff; line-height: 1.45; } .access-consent-label input[type=checkbox] {