From 6f546efdb7b7e2034f4c69d2dea7ff5f37576e3f Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 20 Apr 2018 12:13:33 +0900 Subject: [PATCH] Darken --- src/client/app/desktop/style.styl | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/client/app/desktop/style.styl b/src/client/app/desktop/style.styl index 6c83cad2b..adcfc3153 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