capacitor-test/assets/styles.scss
2024-04-23 18:15:52 +03:00

11 lines
206 B
SCSS

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