9 lines
108 B
CSS
9 lines
108 B
CSS
|
|
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
body {
|
|
@apply bg-slate-900 text-slate-100;
|
|
}
|