Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ::-webkit-scrollbar-thumb {
- background-color: #8559a5;
- background-color: var(--accent-colour);
- }
- ::-webkit-scrollbar-track {
- background-color: #111;
- background-color: var(--background-colour);
- }
- ::-webkit-scrollbar {
- width: 15px;
- height: 15px;
- }
- div.pagination__section::-webkit-scrollbar, div.forum__leaderboard__categories::-webkit-scrollbar {
- width: 3px;
- height: 3px;
- }
- .pagination__section--pages {
- padding-bottom: 2px;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement