Advertisement
srenbry

userContent 1 jun 2025

Jun 1st, 2025
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. @-moz-document url(about:home), url(about:newtab), url(about:privatebrowsing) {
  2. .click-target-container *, .top-sites-list * {
  3. color: #fff !important ;
  4. text-shadow: 2px 2px 2px #222 !important ;
  5. }
  6. body::before {
  7. content: "" ;
  8. z-index: -1 ;
  9. position: fixed ;
  10. top: 0 ;
  11. left: 0 ;
  12. background: #f9a no-repeat url(img/collage1.jpg) center ;
  13. background-size: cover ;
  14. width: 100vw ;
  15. height: 100vh ;
  16. }
  17. }
  18. @-moz-document url("about:home"), url("about:newtab"){
  19. .logo-and-wordmark{ display: none !important; }
  20. }
  21. @-moz-document url("about:home"), url("about:newtab"){
  22. .search-wrapper .search-handoff-button{
  23. background-color: rgba(60,66,36,100) !important;
  24. }
  25. }
  26. @-moz-document url("about:home"), url("about:newtab"){
  27. .top-site-button .tile{
  28. background-color: transparent !important;
  29. }
  30. .top-site-outer:hover {
  31. background-color: rgba(60,66,36,100) !important;
  32. }
  33. }
  34. @-moz-document url("about:home"), url("about:newtab"){
  35. .top-site-icon { background-color: transparent !important; }
  36. }
  37. @-moz-document url("about:home"),
  38. url("about:newtab")
  39. {
  40. :root[lwt-newtab-brighttext] {
  41. --newtab-primary-action-background: transparent !important;
  42. }
  43. }@-moz-document url("about:home"),
  44. url("about:newtab") {
  45. :root[lwt-newtab-brighttext] {
  46. --newtab-primary-action-background: transparent !important;
  47. }
  48. @-moz-document url("about:home"),
  49. url("about:newtab") {
  50. body {
  51. --newtab-primary-action-background: rgba(255,186,0,100) !important;
  52. }
  53. }
  54.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement