personal site
0
fork

Configure Feed

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

refactor: article background colour

+1 -1
+1 -1
src/pages/blog/[id].astro
··· 16 16 17 17 <BaseLayout title={`${post.data.title} - Goldweaver's Abode`}> 18 18 <div 19 - class="border-glw-overlay0 flex min-h-screen w-[66vw] flex-col items-center gap-2 border-r border-l border-dashed px-8 py-8" 19 + class="border-glw-overlay0 flex min-h-screen w-[66vw] flex-col items-center gap-2 border-r border-l border-dashed px-8 py-8 bg-glw-surface0" 20 20 > 21 21 <Prose> 22 22 <Content />