My landing page, written in Astro hayden.moe
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: make bold text blue

+1 -1
+1 -1
src/style.css
··· 44 44 @utility prose { 45 45 color: var(--color-white) !important; 46 46 47 - strong { color: var(--color-white) !important } 47 + strong { color: var(--color-blue) !important } 48 48 49 49 a { color: var(--color-pink) } 50 50