mirror of
https://github.com/arkorty/Reduce.git
synced 2026-03-17 16:41:42 +00:00
10 lines
149 B
CSS
10 lines
149 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@layer base {
|
|
body {
|
|
@apply bg-zinc-950 text-zinc-300 font-mono antialiased;
|
|
}
|
|
}
|