mirror of
https://github.com/1f349/themes.git
synced 2024-11-09 22:32:48 +00:00
8 lines
161 B
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;
|
|
}
|