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 use normal text colour

+2
+2
src/style.css
··· 44 44 @utility prose { 45 45 color: var(--color-white) !important; 46 46 47 + strong { color: var(--color-white) !important } 48 + 47 49 a { color: var(--color-pink) } 48 50 49 51 h1, h2, h3, h4, h5, h6 {