this repo has no description
0
fork

Configure Feed

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

Font fixes

errata for last commit: it does work on server time i was being silly
idk if it respects client time or not but i assume it does

+2
+1
src/Base.astro
··· 42 42 font-size: 1.6rem; 43 43 line-height: 1.5; 44 44 -webkit-font-smoothing: antialiased; 45 + font-family: sans-serif; 45 46 } 46 47 47 48 *,
+1
src/pages/blog/index.astro
··· 28 28 29 29 h1 { 30 30 margin-bottom: var(--y-gap); 31 + color: white; 31 32 } 32 33 </style> 33 34