raidAthmaneBenlala's picture
πŸš€ Initial deploy of ToothMap Full-Stack App
e73e5ff
Raw
History Blame Contribute Delete
236 Bytes
@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;
}