From 43c8b3da2e6638e3565b6efd669106b2cf58a8a7 Mon Sep 17 00:00:00 2001 From: Alexander Bocken Date: Mon, 6 Apr 2026 00:03:33 +0200 Subject: [PATCH] fix: catechesis SVG fill color and enlarge DE badge Remove fill="currentColor" from book SVG path so it inherits the LinksGrid's nth-child fill colors. Increase DE badge size and offset. --- src/routes/[faithLang=faithLang]/+page.svelte | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/routes/[faithLang=faithLang]/+page.svelte b/src/routes/[faithLang=faithLang]/+page.svelte index bed648c..6c907b5 100644 --- a/src/routes/[faithLang=faithLang]/+page.svelte +++ b/src/routes/[faithLang=faithLang]/+page.svelte @@ -40,14 +40,14 @@ } .lang-badge { position: absolute; - top: 0.4em; - right: 0.4em; + top: 0.75em; + right: 0.75em; background: var(--nord10); color: white; - font-size: 0.6rem; + font-size: 0.8rem; font-weight: 700; - padding: 0.15em 0.4em; - border-radius: 3px; + padding: 0.2em 0.5em; + border-radius: 4px; line-height: 1; letter-spacing: 0.05em; z-index: 1; @@ -106,7 +106,7 @@ {/if} {#if isEnglish || isLatin}DE{/if} - +

Katechese