mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 09:39:23 +00:00
11 lines
123 B
SCSS
11 lines
123 B
SCSS
|
|
.bg-health {
|
||
|
|
background: $red-50;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bg-experience {
|
||
|
|
background: $yellow-100;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bg-mana {
|
||
|
|
background: $blue-100;
|
||
|
|
}
|