From a10f2c240ab5e97cd6eb8690cfde1c26495109e2 Mon Sep 17 00:00:00 2001 From: Ruslan Date: Thu, 28 May 2026 09:49:37 +0000 Subject: [PATCH] Force white color on consent label span --- app/static/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/static/style.css b/app/static/style.css index 64cd15c..2512494 100644 --- a/app/static/style.css +++ b/app/static/style.css @@ -1571,9 +1571,12 @@ button { gap: 10px; cursor: pointer; font-size: 0.88rem; - color: #ffffff; + color: #ffffff !important; line-height: 1.45; } +.access-consent-label span { + color: #ffffff !important; +} .access-consent-label input[type=checkbox] { margin-top: 2px; flex-shrink: 0;