Advertisement
rosiuel

20. SPLATTACK [css]

Mar 19th, 2023
1,105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.57 KB | None | 0 0
  1. /*
  2.  
  3. SPLATTACK CSS
  4.  
  5. - primary : #5c35de
  6.  
  7. */
  8.  
  9. .splatnav a:hover, .splatnav a:focus, .splatnav .active, {
  10.     background: #5c35de!important;
  11.     border-color: #5c35de!important;
  12.     box-shadow: 0 0 5px #5c35de!important;
  13.     color: #fff!important;
  14. }
  15.  
  16. .splatscroll ::-webkit-scrollbar {
  17.     width: 5px!important;
  18.     background: transparent!important;
  19. }
  20.  
  21. .splatscroll ::-webkit-scrollbar-thumb {
  22.     background: #5c35de;
  23. }
  24.  
  25. .splatweapon ::-webkit-scrollbar {
  26.     height: 2px;
  27. }
  28.  
  29. .splattext p {
  30.     font-family: 'Arial Black';
  31. }
  32.  
  33. /* end SPLATTACK CSS */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement