defrag / src /app /globals.css
cjo93's picture
Create src/app/globals.css
1f476b6 verified
raw
history blame contribute delete
249 Bytes
@tailwind base;
@tailwind components;
@tailwind utilities;
:root {
--background: 5 5 5;
--foreground: 229 229 229;
}
body {
color: rgb(var(--foreground));
background: #050505;
}
@layer utilities {
.text-balance { text-wrap: balance; }
}