No title
February 03, 2025
0
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer utilities {
.perspective-1000 {
perspective: 1000px;
}
.transform-style-3d {
transform-style: preserve-3d;
}
.backface-hidden {
backface-visibility: hidden;
}
}
@layer base {
:root {
--background: 224 71% 4%;
--foreground: 213 31% 91%;
--primary: 224 64% 33%;
--primary-foreground: 210 40% 98%;
--accent: 216 34% 17%;
--accent-foreground: 210 40% 98%;
--border: 216 34% 17%;
--ring: 216 34% 17%;
--radius: 0.5rem;
}
}