mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 23:42:12 +00:00
fix better tasks color
This commit is contained in:
parent
b0bb537501
commit
ea13aece21
1 changed files with 6 additions and 6 deletions
|
|
@ -168,7 +168,7 @@
|
|||
&-better { // teal
|
||||
&-control {
|
||||
&-bg {
|
||||
background: $teal-50 !important;
|
||||
background: $teal-100 !important;
|
||||
&:hover {
|
||||
.habit-control { background: rgba(26, 24, 29, 0.48) !important; }
|
||||
.daily-todo-control { background: rgba(255, 255, 255, 0.72) !important; }
|
||||
|
|
@ -176,19 +176,19 @@
|
|||
}
|
||||
&-inner-habit { background: rgba(26, 24, 29, 0.24) !important; }
|
||||
&-inner-daily-todo { background: #8dedf6 !important; }
|
||||
&-checkbox { color: $teal-50 !important; }
|
||||
&-checkbox { color: $teal-100 !important; }
|
||||
}
|
||||
|
||||
&-modal {
|
||||
&-bg { background: $teal-50 !important; }
|
||||
&-icon { color: $teal-50 !important; }
|
||||
&-bg { background: $teal-100 !important; }
|
||||
&-icon { color: $teal-100 !important; }
|
||||
&-text { color: $teal-10 !important; }
|
||||
&-option-disabled:hover {
|
||||
.svg-icon { color: $teal-50 !important; }
|
||||
.svg-icon { color: $teal-100 !important; }
|
||||
.option-item-label { color: $teal-10 !important; }
|
||||
}
|
||||
&-habit-control-disabled:hover {
|
||||
.habit-control { background: $teal-50 !important; }
|
||||
.habit-control { background: $teal-100 !important; }
|
||||
.option-item-label { color: $teal-10 !important; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue