Improve consent checkbox text visibility

This commit is contained in:
2026-05-28 09:47:14 +00:00
parent e88e33e7e8
commit 984f8c324f
+3 -3
View File
@@ -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; }