Files
offerpai_web/src/style.css
T
2026-03-24 21:06:00 +08:00

20 lines
334 B
CSS

:root {
font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
font-weight: 400;
font-synthesis: none;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body {
margin: 0;
min-width: 320px;
min-height: 100vh;
}
#app {
margin: 0;
padding: 0;
}