Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* background */
- @-moz-document url(about:home), url(about:newtab), url(about:privatebrowsing) {
- .click-target-container *, .top-sites-list * {
- color: #fff !important ;
- text-shadow: 2px 2px 2px #222 !important ;
- }
- body::before {
- content: "" ;
- z-index: -1 ;
- position: fixed ;
- top: 0 ;
- left: 0 ;
- background: #f9a no-repeat url(img/joserizal.png) center ;
- background-size: cover ;
- width: 100vw ;
- height: 100vh ;
- }
- }
- /* remove the settings icon thing on the background */
- .icon.icon-settings {
- display: none !important;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement