checkbox label colors
This commit is contained in:
parent
dfd9facc79
commit
c5b715d631
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -318,6 +318,10 @@ button {
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
@include u.status-colors();
|
@include u.status-colors();
|
||||||
|
|
||||||
|
.press-here {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
@media (prefers-color-scheme: light) {
|
@media (prefers-color-scheme: light) {
|
||||||
|
|
||||||
.loading,
|
.loading,
|
||||||
|
@ -326,7 +330,7 @@ button {
|
||||||
}
|
}
|
||||||
|
|
||||||
.press-here {
|
.press-here {
|
||||||
color: hsl(120, 100%, 30%);
|
color: black;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -343,10 +347,6 @@ button {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.press-here {
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
label {
|
label {
|
||||||
display: block;
|
display: block;
|
||||||
max-width: 300px;
|
max-width: 300px;
|
||||||
|
|
Loading…
Reference in a new issue