Guest User

Untitled

a guest
Jul 30th, 2021
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. @-moz-document url(about:home),
  2. url(about:newtab) {
  3. .personalize-button {
  4. display: none !important;
  5. }
  6. }
  7. @-moz-document url(about:home), url("about:newtab")
  8. {
  9. .activity-stream
  10. {
  11. background-image: url('img.png') !important;
  12. background-size: 20% !important;
  13. background-repeat: no-repeat !important;
  14. background-position: right bottom !important;
  15. background-attachment: fixed !important;
  16. }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment