lora-studio / src /lib /styles /tailwind.css
enzostvs's picture
enzostvs HF staff
initial commot
e71d24a
raw
history blame
158 Bytes
@tailwind base;
@tailwind components;
@tailwind utilities;
html, body {
@apply bg-black overflow-hidden h-screen;
font-family: "DM Sans", "sans-serif";
}