From c0e7c5e2d264b96c46507c6489fdd51cc512a82b Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Mon, 4 Mar 2024 09:54:36 -0800 Subject: [PATCH] fix: color --- src/assets/styles/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/assets/styles/index.css b/src/assets/styles/index.css index f840f1f1..80fcd0ef 100644 --- a/src/assets/styles/index.css +++ b/src/assets/styles/index.css @@ -220,7 +220,7 @@ nav ul li .active svg:hover { .brand-lastfm svg { stroke: var(--brand-lastfm) !important; } .device-tv svg { stroke: var(--brand-trakt) !important; } .books svg { stroke: var(--brand-storygraph) !important; } -.cup svg { stroke: var(--brand-buy-me-a-coffee) !important; } +.coffee svg { stroke: var(--brand-buy-me-a-coffee) !important; } .heart-handshake svg { stroke: var(--webrings) !important; } .rss svg { stroke: var(--brand-rss) !important; } @@ -480,4 +480,4 @@ li { footer nav:first-child { gap: var(--sizing-md); } -} \ No newline at end of file +}