mirror of
https://github.com/mztlive/dx-admin-template.git
synced 2026-01-07 13:32:57 +00:00
19 lines
306 B
CSS
19 lines
306 B
CSS
html,
|
|
body {
|
|
height: 100%;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
background-color: hsl(var(--muted));
|
|
color: hsl(var(--foreground));
|
|
font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
|
-webkit-font-smoothing: antialiased;
|
|
}
|
|
|
|
*,
|
|
*::before,
|
|
*::after {
|
|
box-sizing: border-box;
|
|
}
|