progress light mode colors
This commit is contained in:
parent
2c394c2e4a
commit
af17b3c690
4 changed files with 31 additions and 4 deletions
|
|
@ -318,8 +318,33 @@ button {
|
|||
margin-bottom: 15px;
|
||||
@include u.status-colors();
|
||||
|
||||
@media (prefers-color-scheme: light) {
|
||||
|
||||
.loading,
|
||||
.retrying {
|
||||
color: hsl(60, 100%, 30%);
|
||||
}
|
||||
|
||||
.press-here {
|
||||
color: hsl(120, 100%, 30%);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.failed {
|
||||
color: hsl(0, 100%, 30%);
|
||||
}
|
||||
|
||||
.no-data {
|
||||
color: hsl(0, 0%, 30%);
|
||||
}
|
||||
|
||||
.disabled {
|
||||
color: hsl(0, 0%, 30%);
|
||||
}
|
||||
}
|
||||
|
||||
.press-here {
|
||||
color: white;
|
||||
color: black;
|
||||
}
|
||||
|
||||
label {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue