From e26f4b5a0acaa841bd9a9fcdb262b04e5e0766d1 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sat, 20 Dec 2025 01:04:04 -0800 Subject: [PATCH] bold weapon/summon names in database cells --- src/lib/components/database/cells/SummonNameCell.svelte | 2 +- src/lib/components/database/cells/WeaponNameCell.svelte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;