Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @-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/collage1.jpg) center ;
- background-size: cover ;
- width: 100vw ;
- height: 100vh ;
- }
- }
- @-moz-document url("about:home"), url("about:newtab"){
- .logo-and-wordmark{ display: none !important; }
- }
- @-moz-document url("about:home"), url("about:newtab"){
- .search-wrapper .search-handoff-button{
- background-color: rgba(60,66,36,100) !important;
- }
- }
- @-moz-document url("about:home"), url("about:newtab"){
- .top-site-button .tile{
- background-color: transparent !important;
- }
- .top-site-outer:hover {
- background-color: rgba(60,66,36,100) !important;
- }
- }
- @-moz-document url("about:home"), url("about:newtab"){
- .top-site-icon { background-color: transparent !important; }
- }
- @-moz-document url("about:home"),
- url("about:newtab")
- {
- :root[lwt-newtab-brighttext] {
- --newtab-primary-action-background: transparent !important;
- }
- }@-moz-document url("about:home"),
- url("about:newtab") {
- :root[lwt-newtab-brighttext] {
- --newtab-primary-action-background: transparent !important;
- }
- @-moz-document url("about:home"),
- url("about:newtab") {
- body {
- --newtab-primary-action-background: rgba(255,186,0,100) !important;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement