Files
dx-admin-template/assets/styling/main.css
2025-11-03 15:25:50 +08:00

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;
}