Force default dark scrollbar by pabli

Details
Authorpabli
LicenseWTFPL
Created
Updated
Categoryunset
Statistics
Learn how we calculate statistics in the FAQ.
Total views
Total installs
Weekly installs
Weekly updates
Description
Force default dark scrollbar.
Tested in Google Chrome and Microsoft Edge. It doesn't work in Firefox.
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Force default dark scrollbar
@namespace https://userstyles.world/user/pabli
@version 1.0.0
@description Dark scrollbar in chrome
@author Pabli
==/UserStyle== */
@-moz-document regexp(".*") {
:root {color-scheme: dark}
}