💻 My corner on the internet kacaii.dev/
lustre evergarden wisp-place gleam atproto
2

Configure Feed

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

assets: use position `fixed` instead of `absolute` for the crt effect

kacaii.dev (Jul 19, 2026, 12:36 PM -0300) a103b01d 4571ad71

+1 -1
+1 -1
src/blog.css
··· 145 145 &::before { 146 146 content: " "; 147 147 display: block; 148 - position: absolute; 148 + position: fixed; 149 149 top: 0; 150 150 left: 0; 151 151 bottom: 0;