fix(css/chrome): Use standard property for scrollbar (#816)

This was recently standardized and is currently implemented in Firefox Nightly.
This commit is contained in:
Sorin Davidoi 2019-07-28 21:01:33 +02:00 committed by Dylan DPC
parent f396623b63
commit e512850c13
1 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,9 @@
::-webkit-scrollbar-thumb {
background: var(--scrollbar);
}
html {
scrollbar-color: var(--scrollbar) var(--bg);
}
#searchresults a,
.content a:link,
a:visited,