duqing2026's picture
init
9081dbe
Raw
History Blame Contribute Delete
167 Bytes
@import "tailwindcss";
@theme {
--font-sans: "Inter", system-ui, sans-serif;
}
html, body, #root {
height: 100%;
margin: 0;
font-family: var(--font-sans);
}