From 603db680f28e5d7b434deaf8d2d78997fede6ed5 Mon Sep 17 00:00:00 2001 From: Gigi Date: Sat, 25 Oct 2025 01:42:02 +0200 Subject: [PATCH] style: match type icon color to author text color - Set type icon color to var(--color-text-secondary) to match author text - Icon now has same muted color as author link instead of bright white - Creates better visual consistency in footer metadata --- src/styles/components/cards.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/components/cards.css b/src/styles/components/cards.css index 62af012f..252d518e 100644 --- a/src/styles/components/cards.css +++ b/src/styles/components/cards.css @@ -217,6 +217,7 @@ display: flex; align-items: center; gap: 0.35rem; + color: var(--color-text-secondary); } /* Reading progress as separator - always shown, full width */