diff --git a/src/lib/components/database/cells/SummonNameCell.svelte b/src/lib/components/database/cells/SummonNameCell.svelte index ad86905f..a98dcac1 100644 --- a/src/lib/components/database/cells/SummonNameCell.svelte +++ b/src/lib/components/database/cells/SummonNameCell.svelte @@ -35,7 +35,7 @@ } .name { - font-weight: $medium; + font-weight: $bold; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; diff --git a/src/lib/components/database/cells/WeaponNameCell.svelte b/src/lib/components/database/cells/WeaponNameCell.svelte index aaf2ff62..d789a810 100644 --- a/src/lib/components/database/cells/WeaponNameCell.svelte +++ b/src/lib/components/database/cells/WeaponNameCell.svelte @@ -35,7 +35,7 @@ } .name { - font-weight: $medium; + font-weight: $bold; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;