From 8e48e67cb856352c73cf225c234a49f41a74511c Mon Sep 17 00:00:00 2001 From: Marcel Date: Mon, 6 Apr 2026 11:24:57 +0200 Subject: [PATCH] fix(a11y): increase contrast --- frontend/src/lib/components/PdfViewer.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/lib/components/PdfViewer.svelte b/frontend/src/lib/components/PdfViewer.svelte index a3f767f6..2eac4308 100644 --- a/frontend/src/lib/components/PdfViewer.svelte +++ b/frontend/src/lib/components/PdfViewer.svelte @@ -325,7 +325,7 @@ function zoomOut() { {#if totalPages > 0} - + {currentPage} / {totalPages} {/if} @@ -394,7 +394,7 @@ function zoomOut() { onclick={() => (showAnnotations = !showAnnotations)} aria-label={showAnnotations ? m.pdf_annotations_hide() : m.pdf_annotations_show()} class="flex items-center gap-1.5 rounded px-2 py-1 font-sans text-xs transition {showAnnotations - ? 'text-ink-3 hover:bg-surface/10' + ? 'text-ink-2 hover:bg-surface/10' : 'bg-surface/10 text-accent'}" >