Store your runs on ATProto
at main 300 B view raw
1@import "tailwindcss"; 2 3@theme { 4 --font-sans: "Inter", ui-sans-serif, system-ui, sans-serif, 5 "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 6} 7 8html, 9body { 10 @apply bg-white dark:bg-gray-950; 11 12 @media (prefers-color-scheme: dark) { 13 color-scheme: dark; 14 } 15}