From 022d9e173457956724b39a2f52afa67ae8ebe67d Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Mon, 31 Dec 2018 16:01:44 +0200 Subject: [PATCH] Fix up scrollbar colors so it's visible in the channel list --- theme.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/theme.css b/theme.css index b7caac0..3b2228f 100644 --- a/theme.css +++ b/theme.css @@ -29,7 +29,15 @@ } ::-webkit-scrollbar-thumb:vertical { - background: var(--background-light-color); + background: hsl(192, 100%, 25%); +} + +::-webkit-scrollbar-thumb:vertical:hover { + background: hsl(192, 100%, 30%); +} + +::-webkit-scrollbar-thumb:vertical:active { + background: hsl(192, 100%, 40%); } html {