Some sites like medium.com have white scrollbars in a dark theme. It is annoying!
Dark scrollbars for any site by shyneko
Details
Authorshyneko
LicenseNo License
Category*.
Created
Updated
Size280 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Dark scrollbars for any site
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Shyneko
==/UserStyle== */
@-moz-document regexp(".*") {
:root {
color-scheme: dark;
}
}