Цвета для индикатора активности более контрастные
This commit is contained in:
parent
62cb7d15ed
commit
37cab4b491
1 changed files with 3 additions and 3 deletions
|
|
@ -7,7 +7,7 @@
|
|||
}
|
||||
|
||||
.timepassedDot.hot {
|
||||
background-color: #DB2228;
|
||||
background-color: #92201A;
|
||||
}
|
||||
|
||||
.timepassedDot.warm {
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
}
|
||||
|
||||
.timepassedDot.comfort {
|
||||
background-color: #FDAF19;
|
||||
background-color: #FAD116;
|
||||
}
|
||||
|
||||
.timepassedDot.breezy {
|
||||
|
|
@ -23,5 +23,5 @@
|
|||
}
|
||||
|
||||
.timepassedDot.cold {
|
||||
background-color: #7f97ad;
|
||||
background-color: #808080;
|
||||
}
|
||||
Loading…
Reference in a new issue