1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-02-24 16:24:25 -06:00
This commit is contained in:
syuilo 2018-04-20 12:13:33 +09:00
parent c4f62296a4
commit 6f546efdb7

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