Files
website/src/index.css
2025-12-18 14:54:10 +00:00

6 lines
134 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
html { scroll-behavior: smooth; }
body { margin: 0; background: #0e0e0e; }