9 lines
190 B
CSS
9 lines
190 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
:root { color-scheme: dark; }
|
|
html, body { height: 100%; }
|
|
body { @apply bg-zinc-950 text-zinc-100; }
|
|
a { @apply text-zinc-100; }
|