16 lines
252 B
CSS
16 lines
252 B
CSS
@import "tailwindcss";
|
|
@import "@nuxt/ui";
|
|
|
|
html,
|
|
body,
|
|
#__nuxt {
|
|
min-height: 100%;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
background: #f8fafc;
|
|
color: #111827;
|
|
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
|
|
}
|