Portfolio / src /app /globals.css
Adeen
Deploy Next.js to HF Spaces
6d0ba8c
raw
history blame contribute delete
161 Bytes
@import "tailwindcss";
:root {
--background: #0f172a;
--foreground: #f8fafc;
}
body {
background-color: var(--background);
color: var(--foreground);
}