Update scrollbar syntax for firefox

This commit is contained in:
Pavel Djundik
2019-01-14 13:16:14 +02:00
committed by GitHub
parent 47f693afb8
commit 8179da0cde

View File

@@ -41,8 +41,8 @@
} }
html { html {
scrollbar-track-color: var(--body-bg-color); scrollbar-color: hsl(192, 100%, 25%) hsla(192, 100%, 25%, 10%);
scrollbar-face-color: var(--background-light-color); scrollbar-width: thin;
} }
#loading .logo, #loading .logo,