Fork of Chiri for Astro for my blog
0
fork

Configure Feed

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

style(post): tweak footnote num color

the3ash 8de92ffc f1eaa50a

+1
+1
src/styles/post.css
··· 419 419 .prose [data-footnote-ref], 420 420 .prose [data-footnote-backref] { 421 421 color: var(--text-secondary); 422 + opacity: 0.875; 422 423 text-decoration: none; 423 424 transition: color 0.2s ease-out; 424 425 padding-right: 0.5em;