fix: color

This commit is contained in:
Cory Dransfeldt 2024-03-04 09:54:36 -08:00 committed by GitHub
parent b187205be8
commit c0e7c5e2d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);
}
}
}