mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-17 00:59:29 -07:00
checkbox label colors
This commit is contained in:
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;
|
||||
@include u.status-colors();
|
||||
|
||||
.press-here {
|
||||
color: white;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: light) {
|
||||
|
||||
.loading,
|
||||
@@ -326,7 +330,7 @@ button {
|
||||
}
|
||||
|
||||
.press-here {
|
||||
color: hsl(120, 100%, 30%);
|
||||
color: black;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@@ -343,10 +347,6 @@ button {
|
||||
}
|
||||
}
|
||||
|
||||
.press-here {
|
||||
color: black;
|
||||
}
|
||||
|
||||
label {
|
||||
display: block;
|
||||
max-width: 300px;
|
||||
|
||||
Reference in New Issue
Block a user