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
This commit is contained in:
Gigi
2025-10-25 01:42:02 +02:00
parent ae0471946e
commit 603db680f2

View File

@@ -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 */