15 lines
148 B
CSS
15 lines
148 B
CSS
@import "tailwindcss";
|
|
|
|
:root {
|
|
color-scheme: light;
|
|
}
|
|
|
|
html,
|
|
body {
|
|
height: 100%;
|
|
}
|
|
|
|
body {
|
|
@apply bg-slate-50 text-slate-900 antialiased;
|
|
}
|