Skip to content

Commit

Permalink
Make newtab background-image important
Browse files Browse the repository at this point in the history
Fx126 includes styling rules for newtab wallpapers so we neeed important
  • Loading branch information
MrOtherGuy committed May 19, 2024
1 parent 31cb27a commit 4e474a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/newtab_background_image.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ See the above repository for updates as well as full license text. */
@-moz-document url("about:newtab"), url("about:home"){
body{
/* This will load image.jpg stored in the same folder as this file */
background-image: url("image.jpg");
background-image: url("image.jpg") !important;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
Expand Down

0 comments on commit 4e474a7

Please sign in to comment.