DocBuddy / frontend /src /index.css
RAgnarok456's picture
frontend
4d2b947
raw
history blame contribute delete
255 Bytes
@import "tailwindcss";
/* You can still add global CSS variables or custom base styles here if needed */
@layer base {
body {
background-color: var(--color-slate-50);
color: var(--color-slate-900);
-webkit-font-smoothing: antialiased;
}
}