From 141511e9733c06c3303d9b51f26bb783cbf782d5 Mon Sep 17 00:00:00 2001 From: Marcel Date: Wed, 15 Apr 2026 19:11:54 +0200 Subject: [PATCH] style(search): improve mark hover contrast, remove no-op class, italicize snippet Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/routes/DocumentList.svelte | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/src/routes/DocumentList.svelte b/frontend/src/routes/DocumentList.svelte index 06dc446b..02fe7467 100644 --- a/frontend/src/routes/DocumentList.svelte +++ b/frontend/src/routes/DocumentList.svelte @@ -91,7 +91,8 @@ const showDividers = $derived(groupedDocuments.length >= 2);

{#each titleSegments as seg, i (i)} - {#if seg.highlight}{seg.text}{:else}{seg.text}{/if} {/each} @@ -125,7 +126,7 @@ const showDividers = $derived(groupedDocuments.length >= 2); {#if snippet}

Fundstelle: {snippet}