13 lines
215 B
CSS
13 lines
215 B
CSS
html,
|
|
body,
|
|
#__nuxt {
|
|
min-height: 100%;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
background: #f8fafc;
|
|
color: #111827;
|
|
font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
|
|
}
|