Files
community-rule/app/globals.css
T
2025-08-07 08:48:52 -06:00

10 lines
143 B
CSS

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