website/input.css

7 lines
99 B
CSS
Raw Normal View History

2023-07-17 15:01:11 +00:00
@tailwind base;
@tailwind components;
@tailwind utilities;
html {
background-color: #212121;
}