Sharkey/src/client/app/desktop/style.styl
syuilo ebb98d975b ✌️
2018-06-07 00:53:31 +09:00

45 lines
617 B
Stylus

@import "../app"
@import "../reset"
@import "./ui"
*::input-placeholder
color #D8CBC5
*:focus
outline none
html
height 100%
background #f7f7f7
&, *
&::-webkit-scrollbar
width 6px
height 6px
&::-webkit-scrollbar-thumb
background rgba(0, 0, 0, 0.2)
&:hover
background rgba(0, 0, 0, 0.4)
&:active
background $theme-color
&[data-darkmode]
background #191B22
&, *
&::-webkit-scrollbar-track
background-color #282C37
&::-webkit-scrollbar-thumb
background-color #454954
&:hover
background-color #535660
&:active
background-color $theme-color