bold weapon/summon names in database cells

This commit is contained in:
Justin Edmund 2025-12-20 01:04:04 -08:00
parent 1c2b523aef
commit e26f4b5a0a
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@
}
.name {
font-weight: $medium;
font-weight: $bold;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;

View file

@ -35,7 +35,7 @@
}
.name {
font-weight: $medium;
font-weight: $bold;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;