17 lines
405 B
Stylus
17 lines
405 B
Stylus
*
|
|
outline: none
|
|
html
|
|
font-family: $ff-body
|
|
font-size: $fs-root
|
|
-webkit-text-size-adjust: 100%
|
|
-ms-text-size-adjust: 100%
|
|
if hexo-config('style.smooth_scroll')
|
|
scroll-behavior: smooth
|
|
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)
|