6 lines
134 B
CSS
6 lines
134 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
html { scroll-behavior: smooth; }
|
|
body { margin: 0; background: #0e0e0e; }
|