Vedun

userContent.css

Nov 22nd, 2020
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.40 KB | None | 0 0
  1. /* Background image and color new tab page */
  2.  
  3. @-moz-document url(about:newtab), url(about:home) {
  4.   .outer-wrapper {
  5.   /*background-color: black !important; /* Background color */
  6.     background-image: url(image.jpg) !important; /* image.jpg in chrome folder */
  7.     background-size: cover !important;
  8.     background-attachment: fixed !important;
  9.     color: grey !important; /* Text color */
  10.   }
Advertisement
Add Comment
Please, Sign In to add comment