Advertisement
izuemis

scrollbar on itoshi ju mp

Feb 11th, 2023
772
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. -- CR SEYCHE ON TUMBLR --
  2. replace {color:borders} and {color:title} to hex codes
  3.  
  4. <style>
  5.  
  6. ::-webkit-scrollbar {
  7. width: 17px;
  8. height: 17px;
  9. background-color: #fff;
  10. }
  11.  
  12. ::-webkit-scrollbar-track {
  13. border: 8px solid #fff;
  14. background-color: {color:borders};}
  15.  
  16. ::-webkit-scrollbar-thumb {
  17. border: 6px solid #fff;
  18. background-color: {color:title};
  19. min-height: 24px;
  20. min-width: 24px;
  21. }
  22.  
  23. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement