From 4e474a7191bd0a5f1526a256443e75b1655302ee Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sun, 19 May 2024 06:06:51 +0300 Subject: [PATCH] Make newtab background-image important Fx126 includes styling rules for newtab wallpapers so we neeed important --- content/newtab_background_image.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/newtab_background_image.css b/content/newtab_background_image.css index 6a264dd..fe42279 100644 --- a/content/newtab_background_image.css +++ b/content/newtab_background_image.css @@ -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;