2024-04-23 18:15:52 +03:00
|
|
|
:root {
|
|
|
|
font-synthesis: none;
|
|
|
|
text-rendering: optimizeLegibility;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
}
|
|
|
|
|
2024-04-23 22:17:54 +03:00
|
|
|
:root:root {
|
|
|
|
--van-duration-base: 0.1s;
|
|
|
|
}
|
|
|
|
|
2024-04-23 18:15:52 +03:00
|
|
|
body, html {
|
|
|
|
margin: 0;
|
|
|
|
background-color: #f7f8fa;
|
|
|
|
}
|