From 28407402c83c6e85d71637547abe6c270db168a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 16 Aug 2026 11:49:41 +0200 Subject: [PATCH] Make the favicon track the header icon's primary color per theme The nav's Terminal icon uses text-primary, which resolves to a different brass shade in light vs dark mode - the favicon was hardcoded to only the dark-mode shade. Uses prefers-color-scheme so the favicon glyph always matches whichever primary the header is actually showing. Co-Authored-By: Claude Sonnet 5 --- src/app/icon.svg | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/app/icon.svg b/src/app/icon.svg index f379ed5..435ba22 100644 --- a/src/app/icon.svg +++ b/src/app/icon.svg @@ -1,5 +1,12 @@ - - - + + + +