Q: I'm using theme #2 "Rainy Day" and I was wondering if theres a way where I can change how the scrolling bar looks like?
Yep, just add this under <style type=”text/css”>
::-webkit-scrollbar-thumb:vertical { background-color: #ffffff; height: 30px;}
::-webkit-scrollbar { height: 30px; width: 4px; background-color: #000000;}
Change the #ffffff and #000000 to your liking. This goes for any theme.









