Youtube - Dark Scrollbar by sapondanaisriwan

Details
Authorsapondanaisriwan
LicenseMIT
Created
Updated
Categoryyoutube.com
Description
Please report bugs via my email or github or discussion section(If I have some free time, I'll fix it)
Contact: sapondanaisriwan@gmail.com
Support me: ☕ko-fi.com
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Dark Scrollbar
@author sapondanaisriwan(Adashima#4066)
@description `Dark Scrollbar`
@namespace https://userstyles.world/user/sapondanaisriwan
@homepageURL https://github.com/sapondanaisriwan/Youtube-Old-Layout
@version 1.0.0
@license MIT
==/UserStyle== */
@-moz-document domain("youtube.com") {
::-webkit-scrollbar {
background-color: #252829;
color: #a9a298;
}
::-webkit-scrollbar-thumb {
background-color: #484d50;
}
::-webkit-scrollbar-thumb:active {
background-color: #4b5053;
}
::-webkit-scrollbar-corner {
background-color: #1d1f20;;
}
}