Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @-moz-document domain("vocaroo.com") {
- body,
- .SharingOptions__shareLinkTextInput {
- background: rgba(20, 20, 25);
- color: white;
- }
- .Player__timeBar,
- .HintBubble_bubble {
- color: white;
- }
- .ContentBox {
- box-shadow: 1px 1px 2px 0px #000;
- }
- .ContentBox,
- .Player {
- background: rgb(61, 61, 117);
- }
- .DonateAdImg {
- display: none;
- }
- .Volume__block,
- .Scrubber__scrubBar {
- background-color: rgb(0, 0, 0);
- }
- .Button__button,
- .Volume__block.Volume__block--selected,
- .Scrubber__scrubBarFill,
- .HintBubble_bubble {
- background-color: rgb(168, 168, 255);
- box-shadow: none;
- }
- .Button__button:hover {
- background-color: rgb(208, 208, 255);
- }
- .Player__button,
- .RecorderSettingsButton,
- .Recorder__btnContainer {
- filter: hue-rotate(180deg);
- }
- .Header__titleImg {
- filter: invert(1);
- mix-blend-mode: lighten;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement