mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-24 00:01:03 +08:00
13 lines
176 B
CSS
13 lines
176 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@layer base {
|
|
html {
|
|
@apply bg-black;
|
|
}
|
|
body {
|
|
@apply bg-black m-0 p-0 min-h-screen text-white;
|
|
}
|
|
}
|