Advertisement
geraldandy

userContent.css

Oct 2nd, 2024
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.64 KB | None | 0 0
  1. /* background */
  2. @-moz-document url(about:home), url(about:newtab), url(about:privatebrowsing) {
  3.     .click-target-container *, .top-sites-list * {
  4.         color: #fff !important ;
  5.         text-shadow: 2px 2px 2px #222 !important ;
  6.     }
  7.     body::before {
  8.         content: "" ;
  9.         z-index: -1 ;
  10.         position: fixed ;
  11.         top: 0 ;
  12.         left: 0 ;
  13.         background: #f9a no-repeat url(img/joserizal.png) center ;
  14.         background-size: cover ;
  15.         width: 100vw ;
  16.         height: 100vh ;
  17.     }
  18. }
  19.  
  20.  
  21.  
  22. /* remove the settings icon thing on the background */
  23. .icon.icon-settings {
  24.   display: none !important;
  25. }
  26.  
  27.  
  28.  
Tags: firefox
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement