anycoder-e7ad4b16 / styles /globals.css
hailsbop's picture
Upload styles/globals.css with huggingface_hub
9ce60d0 verified
Raw
History Blame Contribute Delete
115 Bytes
@tailwind base;
@tailwind components;
@tailwind utilities;
body {
background-color: #f8fafc;
color: #1e293b;
}