Spaces:
Sleeping
Sleeping
| @import "tailwindcss"; | |
| body { | |
| @apply bg-gray-900 text-gray-100 font-sans antialiased; | |
| } | |
| ::selection { | |
| @apply bg-blue-500 text-white; | |
| } |
| @import "tailwindcss"; | |
| body { | |
| @apply bg-gray-900 text-gray-100 font-sans antialiased; | |
| } | |
| ::selection { | |
| @apply bg-blue-500 text-white; | |
| } |