diff --git a/frontend/src/lib/components/sidebar.svelte b/frontend/src/lib/components/sidebar.svelte index 5b114b3..05a6bce 100644 --- a/frontend/src/lib/components/sidebar.svelte +++ b/frontend/src/lib/components/sidebar.svelte @@ -27,7 +27,8 @@ ? 'secondary' : 'ghost'} href={route.href} - class="justify-start text-base">{route.name} + class="justify-start text-base hover:bg-secondary/50" + >{route.name} {/each}