From e1a138e4be2c5a0a33ff1d03e30b7c6302b1611e Mon Sep 17 00:00:00 2001 From: Alexander Bocken Date: Tue, 17 Feb 2026 13:06:28 +0100 Subject: [PATCH] fix: LinksGrid lock icons use muted color, shrink on mobile, keep images larger MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Decouple lock-icon fill from nth-child color cycling via :not(.lock-icon), use subtle --nord3 fill in both themes, add responsive lock sizing, and bump mobile image heights (72→90px, 48→64px). --- src/lib/components/LinksGrid.svelte | 33 ++++++++++++++++++----------- 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/src/lib/components/LinksGrid.svelte b/src/lib/components/LinksGrid.svelte index 0e502450..01727e32 100644 --- a/src/lib/components/LinksGrid.svelte +++ b/src/lib/components/LinksGrid.svelte @@ -1,12 +1,12 @@