fix(challenges): style in challenges too

This commit is contained in:
Sabe Jones 2019-04-11 18:20:38 -05:00
parent 3eb164adcc
commit d7f6c3bc1b

View file

@ -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;
}