KawAnime/assets/stylus/scrollbar.styl

16 lines
324 B
Stylus
Raw Normal View History

2017-11-01 02:37:03 +00:00
::-webkit-scrollbar
width 8px
::-webkit-scrollbar-thumb
background-clip padding-box
border-radius 6px
background-color rgb(32, 32, 32)
border-color transparent
::-webkit-scrollbar-track-piece
background-clip: padding-box
border-radius 6px
background-color rgba(32, 32, 32, 0.3)
2017-11-01 02:37:03 +00:00
border-color transparent