2021-03-05 21:37:28 +08:00
|
|
|
*
|
|
|
|
outline: none
|
|
|
|
html
|
|
|
|
font-family: $ff-body
|
|
|
|
font-size: $fs-root
|
2021-07-29 00:25:37 +08:00
|
|
|
-webkit-text-size-adjust: 100%
|
|
|
|
-ms-text-size-adjust: 100%
|
2021-03-05 21:37:28 +08:00
|
|
|
body
|
|
|
|
background: var(--site-bg)
|
|
|
|
margin: 0
|
|
|
|
-webkit-font-smoothing: antialiased
|
|
|
|
-moz-osx-font-smoothing: grayscale
|
|
|
|
text-rendering: optimizelegibility
|
|
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
|