This commit is contained in:
syuilo 2018-04-20 12:13:33 +09:00
parent c4f62296a4
commit 6f546efdb7
1 changed files with 13 additions and 0 deletions

View File

@ -47,6 +47,19 @@ html
&[data-darkmode] &[data-darkmode]
background #191B22 background #191B22
&, *
&::-webkit-scrollbar-track
background-color #282C37
&::-webkit-scrollbar
width 6px
&::-webkit-scrollbar-thumb
background-color #454954
&:hover
background-color #535660
body body
display flex display flex
flex-direction column flex-direction column