Files for my website bwc9876.dev
0
fork

Configure Feed

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

Transparent home page chip

Ben C e3d7649e cfb04de1

+1 -1
+1 -1
src/layouts/Layout.astro
··· 189 189 flex-direction: row; 190 190 align-items: center; 191 191 justify-content: center; 192 - background-color: var(--secondary); 192 + background-color: color(from var(--secondary) srgb r g b / 67%); 193 193 padding: 5px 7px; 194 194 border-radius: 5px; 195 195