Improve consent checkbox text visibility
This commit is contained in:
@@ -1570,8 +1570,8 @@ button {
|
|||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-size: 0.82rem;
|
font-size: 0.88rem;
|
||||||
color: #7a9abd;
|
color: #c8ddf0;
|
||||||
line-height: 1.45;
|
line-height: 1.45;
|
||||||
}
|
}
|
||||||
.access-consent-label input[type=checkbox] {
|
.access-consent-label input[type=checkbox] {
|
||||||
@@ -1583,7 +1583,7 @@ button {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.access-consent-link {
|
.access-consent-link {
|
||||||
color: #5b9bd5;
|
color: #82baee;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
.access-consent-link:hover { color: #82baee; }
|
.access-consent-link:hover { color: #82baee; }
|
||||||
|
|||||||
Reference in New Issue
Block a user