diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-04-20 12:13:33 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-04-20 12:13:33 +0900 |
| commit | 6f546efdb7b7e2034f4c69d2dea7ff5f37576e3f (patch) | |
| tree | 78c34e5818e429acc27ea9a87b0cd504526a62a5 /src | |
| parent | Fix bug (diff) | |
| download | sharkey-6f546efdb7b7e2034f4c69d2dea7ff5f37576e3f.tar.gz sharkey-6f546efdb7b7e2034f4c69d2dea7ff5f37576e3f.tar.bz2 sharkey-6f546efdb7b7e2034f4c69d2dea7ff5f37576e3f.zip | |
Darken
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app/desktop/style.styl | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/client/app/desktop/style.styl b/src/client/app/desktop/style.styl index 6c83cad2b1..adcfc31534 100644 --- a/src/client/app/desktop/style.styl +++ b/src/client/app/desktop/style.styl @@ -47,6 +47,19 @@ html &[data-darkmode] background #191B22 + &, * + &::-webkit-scrollbar-track + background-color #282C37 + + &::-webkit-scrollbar + width 6px + + &::-webkit-scrollbar-thumb + background-color #454954 + + &:hover + background-color #535660 + body display flex flex-direction column |