17 lines
166 B
CSS
17 lines
166 B
CSS
@import 'tailwindcss';
|
|
|
|
:root {
|
|
color-scheme: dark;
|
|
font-family: Inter, system-ui, sans-serif;
|
|
}
|
|
|
|
html,
|
|
body,
|
|
#app {
|
|
min-height: 100%;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
}
|