2017-11-01 22:39:19 -05:00
|
|
|
@import "../app"
|
|
|
|
@import "../reset"
|
2016-12-28 16:49:51 -06:00
|
|
|
|
2017-12-09 05:23:58 -06:00
|
|
|
@import "./ui"
|
|
|
|
|
2016-12-28 16:49:51 -06:00
|
|
|
*::input-placeholder
|
|
|
|
color #D8CBC5
|
|
|
|
|
2018-05-28 12:36:57 -05:00
|
|
|
*:focus
|
|
|
|
outline none
|
2016-12-28 16:49:51 -06:00
|
|
|
|
2018-05-28 12:36:57 -05:00
|
|
|
html
|
|
|
|
height 100%
|
|
|
|
background #f7f7f7
|
2016-12-28 16:49:51 -06:00
|
|
|
|
2018-05-28 12:36:57 -05:00
|
|
|
&, *
|
|
|
|
&::-webkit-scrollbar
|
|
|
|
width 6px
|
|
|
|
height 6px
|
2016-12-28 16:49:51 -06:00
|
|
|
|
2018-05-28 12:36:57 -05:00
|
|
|
&::-webkit-scrollbar-thumb
|
|
|
|
background rgba(0, 0, 0, 0.2)
|
2016-12-28 16:49:51 -06:00
|
|
|
|
2018-05-28 12:36:57 -05:00
|
|
|
&:hover
|
|
|
|
background rgba(0, 0, 0, 0.4)
|
2016-12-28 16:49:51 -06:00
|
|
|
|
2018-05-28 12:36:57 -05:00
|
|
|
&:active
|
|
|
|
background $theme-color
|
2016-12-28 16:49:51 -06:00
|
|
|
|
2018-04-19 13:41:24 -05:00
|
|
|
&[data-darkmode]
|
|
|
|
background #191B22
|
|
|
|
|
2018-04-19 22:13:33 -05:00
|
|
|
&, *
|
|
|
|
&::-webkit-scrollbar-track
|
|
|
|
background-color #282C37
|
|
|
|
|
|
|
|
&::-webkit-scrollbar-thumb
|
|
|
|
background-color #454954
|
|
|
|
|
|
|
|
&:hover
|
|
|
|
background-color #535660
|
|
|
|
|
2018-04-19 23:03:51 -05:00
|
|
|
&:active
|
|
|
|
background-color $theme-color
|