Last active
September 10, 2019 20:26
-
-
Save Arty2/ce4e5a831690d68baad9958523fdbcc6 to your computer and use it in GitHub Desktop.
User Style for Firefox that replaces all scrollbards with their thin equivalent. To be used with Stylus or similar extention.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* { | |
scrollbar-color: rebeccapurple transparent; /* ← use a color that matches your Firefox of Windows 10 color-scheme */ | |
scrollbar-width: thin; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment