certimate/ui/src/index.css
2025-07-29 14:37:06 +08:00

21 lines
471 B
CSS

:root {
font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
font-weight: 400;
font-synthesis: none;
line-height: 1.5;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body {
margin: 0;
padding: 0;
color: var(--color-foreground);
background: var(--color-background);
min-width: 360px;
min-height: 540px;
min-height: 100vh;
min-height: calc(min(540px, 100vh));
}