mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-02 04:00:36 +00:00
fix(style): background different from color (#8942)
This commit is contained in:
parent
9507f0758d
commit
d1e9a6a74a
1 changed files with 9 additions and 9 deletions
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
&-worst {
|
||||
background: $maroon-100;
|
||||
|
||||
|
||||
&-color {
|
||||
color: darken($maroon-100, 12%);
|
||||
}
|
||||
|
|
@ -46,7 +46,7 @@
|
|||
|
||||
&-control-daily-todo {
|
||||
background: $maroon-500;
|
||||
background: $maroon-100;
|
||||
color: $maroon-100;
|
||||
}
|
||||
|
||||
&-modal-input {
|
||||
|
|
@ -56,7 +56,7 @@
|
|||
|
||||
&-worse {
|
||||
background: $red-100;
|
||||
|
||||
|
||||
&-color {
|
||||
color: darken($red-100, 12%);
|
||||
}
|
||||
|
|
@ -77,7 +77,7 @@
|
|||
|
||||
&-bad {
|
||||
background: $orange-100;
|
||||
|
||||
|
||||
&-color {
|
||||
color: darken($orange-100, 12%);
|
||||
}
|
||||
|
|
@ -98,7 +98,7 @@
|
|||
|
||||
&-neutral {
|
||||
background: $yellow-100;
|
||||
|
||||
|
||||
&-color {
|
||||
color: darken($yellow-100, 12%);
|
||||
}
|
||||
|
|
@ -119,7 +119,7 @@
|
|||
|
||||
&-good {
|
||||
background: $green-10;
|
||||
|
||||
|
||||
&-color {
|
||||
color: darken($green-10, 12%);
|
||||
}
|
||||
|
|
@ -140,7 +140,7 @@
|
|||
|
||||
&-better {
|
||||
background: $blue-50;
|
||||
|
||||
|
||||
&-color {
|
||||
color: darken($blue-50, 12%);
|
||||
}
|
||||
|
|
@ -161,7 +161,7 @@
|
|||
|
||||
&-best {
|
||||
background: $teal-50;
|
||||
|
||||
|
||||
&-color {
|
||||
color: darken($teal-50, 12%);
|
||||
}
|
||||
|
|
@ -233,4 +233,4 @@
|
|||
.negative {
|
||||
margin-top: 13px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue