[READ-ONLY] Mirror of https://github.com/probablykasper/k5kit. Utilities for TypeScript and Svelte
0

Configure Feed

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

k5kit / src / app.css
197 B 8 lines
1@import 'tailwindcss'; 2 3html { 4 color-scheme: dark; 5 font-family: 6 -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 7 'Helvetica Neue', sans-serif; 8}