Update index.scss

This commit is contained in:
Justin Edmund 2023-01-03 19:58:14 -08:00
parent 9978a56f41
commit 8a60326e39

View file

@ -144,6 +144,10 @@
.raid { .raid {
color: var(--text-primary); color: var(--text-primary);
margin-bottom: calc($unit / 2); margin-bottom: calc($unit / 2);
&.empty {
color: var(--text-tertiary);
}
} }
.user { .user {