11 lines
206 B
SCSS
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;
|
||
|
}
|