Advertisement
Guest User

Untitled

a guest
Nov 27th, 2024
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.87 KB | None | 0 0
  1. @-moz-document domain("vocaroo.com") {
  2. body,
  3. .SharingOptions__shareLinkTextInput {
  4.     background: rgba(20, 20, 25);
  5.     color: white;
  6. }
  7. .Player__timeBar,
  8. .HintBubble_bubble {
  9.     color: white;
  10. }
  11. .ContentBox {
  12.     box-shadow: 1px 1px 2px 0px #000;
  13. }
  14. .ContentBox,
  15. .Player {
  16.     background: rgb(61, 61, 117);
  17. }
  18. .DonateAdImg {
  19.     display: none;
  20. }
  21. .Volume__block,
  22. .Scrubber__scrubBar {
  23.     background-color: rgb(0, 0, 0);
  24. }
  25.  
  26.  
  27. .Button__button,
  28. .Volume__block.Volume__block--selected,
  29. .Scrubber__scrubBarFill,
  30. .HintBubble_bubble {
  31.     background-color: rgb(168, 168, 255);
  32.     box-shadow: none;
  33. }
  34. .Button__button:hover {
  35.     background-color: rgb(208, 208, 255);
  36. }
  37.  
  38. .Player__button,
  39. .RecorderSettingsButton,
  40. .Recorder__btnContainer {
  41.     filter: hue-rotate(180deg);
  42. }
  43.  
  44. .Header__titleImg {
  45.     filter: invert(1);
  46.     mix-blend-mode: lighten;
  47. }
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement