Advertisement
izuemis

cr crditem #4 etc

Mar 6th, 2023
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <style>
  2.  
  3. @font-face {
  4. font-family:aeroblade;
  5. src:url(https://dl.dropbox.com/s/rp1c9fy6nef7l15/Aeroblade.ttf);
  6. }
  7.  
  8. ::-webkit-scrollbar {
  9. width: 4px;
  10. }
  11.  
  12. ::-webkit-scrollbar-track {
  13. background: transparent;
  14. }
  15.  
  16. ::-webkit-scrollbar-thumb {
  17. background: #28a8e9;
  18. }
  19.  
  20. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement