Advertisement
Guest User

Untitled

a guest
Jul 19th, 2024
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. @-moz-document domain("github.com") {
  2.  
  3. :root {
  4.  
  5. --bgColor-default: transparent !important;
  6.  
  7. --bgColor-inset: transparent !important;
  8.  
  9. --bgColor-muted: rgba(160, 160, 171, 0.3) !important;
  10.  
  11. --borderColor-default: rgba(160, 160, 171, 0.3) !important;
  12.  
  13. --borderColor-muted: rgba(160, 160, 171, 0.3) !important;
  14.  
  15. }
  16.  
  17. .color-bg-subtle {
  18.  
  19. background-color: transparent !important;
  20.  
  21. }
  22.  
  23. .input-contrast {
  24.  
  25. background-color: transparent !important;
  26.  
  27. }
  28.  
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement