Spaces:
Sleeping
Sleeping
| @tailwind base; | |
| @tailwind components; | |
| @tailwind utilities; | |
| body { | |
| @apply bg-gray-950 text-gray-100 min-h-screen; | |
| font-family: 'Inter', system-ui, sans-serif; | |
| } | |
| /* Thin scrollbar */ | |
| ::-webkit-scrollbar { width: 6px; } | |
| ::-webkit-scrollbar-track { @apply bg-gray-900; } | |
| ::-webkit-scrollbar-thumb { @apply bg-gray-600 rounded; } | |