alternative tangled frontend (extremely wip)
2
fork

Configure Feed

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

chore: formatting

serenity c45167ff c4816ac1

+4 -3
+4 -3
src/styles.css
··· 1 1 @import "tailwindcss"; 2 + @import "tw-shimmer"; 2 3 3 4 @import "@fontsource-variable/hanken-grotesk"; 4 5 @import "@fontsource/amiri"; ··· 37 38 } 38 39 39 40 @layer base { 40 - ::selection { 41 - @apply bg-accent/40 text-text; 42 - } 41 + ::selection { 42 + @apply bg-accent/40 text-text; 43 + } 43 44 }