mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-20 02:34:12 +00:00
fix(challenges): style in challenges too
This commit is contained in:
parent
3eb164adcc
commit
d7f6c3bc1b
1 changed files with 10 additions and 10 deletions
|
|
@ -1,41 +1,41 @@
|
|||
.tier1 {
|
||||
color: #c42870;
|
||||
color: #c42870 !important;
|
||||
}
|
||||
|
||||
.tier2 {
|
||||
color: #b01515;
|
||||
color: #b01515 !important;
|
||||
}
|
||||
|
||||
.tier3 {
|
||||
color: #d70e14;
|
||||
color: #d70e14 !important;
|
||||
}
|
||||
|
||||
.tier4 {
|
||||
color: #c24d00;
|
||||
color: #c24d00 !important;
|
||||
}
|
||||
|
||||
.tier5 {
|
||||
color: #9e650f;
|
||||
color: #9e650f !important;
|
||||
}
|
||||
|
||||
.tier6 {
|
||||
color: #2b8363;
|
||||
color: #2b8363 !important;
|
||||
}
|
||||
|
||||
.tier7 {
|
||||
color: #167e87;
|
||||
color: #167e87 !important;
|
||||
}
|
||||
|
||||
.tier8 {
|
||||
color: #277eab;
|
||||
color: #277eab !important;
|
||||
}
|
||||
|
||||
.tier9 {
|
||||
color: #6133b4;
|
||||
color: #6133b4 !important;
|
||||
}
|
||||
|
||||
.tierNPC, .npc {
|
||||
color: #77f4c7;
|
||||
color: #77f4c7 !important;
|
||||
fill: #77f4c7;
|
||||
stroke: #005737;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue