From 8179da0cdefdf700ddac6d55bb65570b10a5dc3b Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Mon, 14 Jan 2019 13:16:14 +0200 Subject: [PATCH] Update scrollbar syntax for firefox --- theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme.css b/theme.css index 3b2228f..eb62595 100644 --- a/theme.css +++ b/theme.css @@ -41,8 +41,8 @@ } html { - scrollbar-track-color: var(--body-bg-color); - scrollbar-face-color: var(--background-light-color); + scrollbar-color: hsl(192, 100%, 25%) hsla(192, 100%, 25%, 10%); + scrollbar-width: thin; } #loading .logo,