website/input.css

7 lines
99 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
html {
background-color: #212121;
}