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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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,