Music streaming on ATProto!
at 7579fe19cd6bd09f6363626bdceabc2f4fbf78a5 13 lines 325 B view raw
1@import "tailwindcss"; 2@import "@fontsource-variable/inter"; 3 4@theme { 5 --font-sans: 6 "Inter Variable", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", 7 "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 8 --font-sans--font-feature-settings: "tnum", "ss01", "ss02"; 9} 10 11body { 12 @apply bg-slate-100; 13}