comicbox/styles/globals.css

10 lines
135 B
CSS
Raw Normal View History

@tailwind base;
@tailwind components;
@tailwind utilities;
2022-07-19 20:32:51 +00:00
@layer base {
body {
@apply bg-gray-800 text-gray-200;
}
2022-07-19 20:32:51 +00:00
}