Spaces:
Sleeping
Sleeping
| @tailwind base; | |
| @tailwind components; | |
| @tailwind utilities; | |
| @layer base { | |
| body { | |
| @apply bg-slate-900 text-white antialiased; | |
| } | |
| } | |
| /* Custom Styles */ | |
| .glass-card { | |
| @apply bg-white/10 backdrop-blur-lg border border-white/20 rounded-2xl shadow-xl; | |
| } | |