Files
community-rule/app/globals.css
T
2025-08-11 13:54:54 -06:00

7 lines
84 B
CSS

@import "./tailwind.css";
body {
background-color: black;
min-height: 100vh;
}