From f67b358148aeb0941acb65109bcbc5df3ca404fc Mon Sep 17 00:00:00 2001 From: Gigi Date: Sat, 25 Oct 2025 01:40:08 +0200 Subject: [PATCH] style: remove primary color from bookmark type icon - Remove var(--color-primary) color from bookmark type icon - Use default text color for more subtle icon appearance - Maintain font size and spacing for consistent layout --- src/styles/components/cards.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/styles/components/cards.css b/src/styles/components/cards.css index 7da0dd34..1614ec12 100644 --- a/src/styles/components/cards.css +++ b/src/styles/components/cards.css @@ -209,7 +209,6 @@ } .card-content .bookmark-footer .bookmark-type { - color: var(--color-primary); font-size: 0.9rem; display: flex; align-items: center;