/* ==UserStyle== @name itty-bitty Scrollbar @description Improve scrollbar accessibility @namespace https://ittybittycommittee.org @version 1.0.0 @author The itty bitty Committee @homepageURL https://github.com/itty-bitty-committee/scrollbar#readme @supportURL https://github.com/itty-bitty-committee/scrollbar/issues ==/UserStyle== */ /* ==UserStyle== @preprocessor stylus @var text twitch_scrollbar_width "Scrollbar: Width" 13px ==/UserStyle== */ @-moz-document domain("twitch.tv") { /* width */ .simplebar-scrollbar { width: twitch_scrollbar_width !important; } } /* ==UserStyle== @preprocessor default ==/UserStyle== */ @-moz-document domain("discord.com") { /* color */ #app-mount { --scrollbar-auto-thumb: #b5bac1 !important; } /* width */ .messagesWrapper-RpOMA3 ::-webkit-scrollbar { width: 19px !important; } }