Spaces:
Sleeping
Sleeping
File size: 236 Bytes
e73e5ff | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | @tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
body {
@apply bg-zinc-950 text-slate-200 antialiased;
}
}
.glass-panel {
@apply bg-zinc-900/40 backdrop-blur-md border border-zinc-700/50 shadow-xl;
}
|