Force white color on consent label span

This commit is contained in:
2026-05-28 09:49:37 +00:00
parent 823b28983c
commit a10f2c240a
+4 -1
View File
@@ -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;