themes/lavender/main.css

8 lines
161 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
html {
@apply bg-zinc-900 text-zinc-300 scroll-smooth selection:bg-fuchsia-400/30 text-pretty;
}