capacitor-test/assets/styles.scss
2024-04-23 22:17:54 +03:00

15 lines
251 B
SCSS

:root {
font-synthesis: none;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
:root:root {
--van-duration-base: 0.1s;
}
body, html {
margin: 0;
background-color: #f7f8fa;
}