docs_vue2/assets/styles/global.styl
2021-07-19 17:31:36 +08:00

42 lines
571 B
Stylus

$primary = #0052cc
// only enable on Retina displays
@media screen and (min-resolution 2dppx)
html
-webkit-font-smoothing antialiased
-moz-osx-font-smoothing grayscale
*
*::before
*::after
box-sizing border-box
:root
--docsearch-primary-color $primary !important
--docsearch-searchbox-shadow inset 0 0 0 2px $primary !important
html
font-weight 400
color #333
scroll-behavior smooth
html
body
#__nuxt
#__layout
height 100%
body
margin-left 280px
button
input
font inherit
color inherit
a:focus
outline none
main
line-height 1.5