diff options
Diffstat (limited to '')
-rw-r--r-- | modules/firefox/userContent.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/modules/firefox/userContent.css b/modules/firefox/userContent.css index df0124a..d912e5b 100644 --- a/modules/firefox/userContent.css +++ b/modules/firefox/userContent.css @@ -255,6 +255,12 @@ @-moz-document regexp("https?://.*\.fandom\.com/wiki/.*") { + :root { + --theme-body-background-image-full: none !important; + --theme-body-background-image-desktop: none !important; + --theme-body-background-image-large-desktop: none !important; + } + #WikiaBar, #highlight__main-container, .global-footer, @@ -266,7 +272,7 @@ .main-container, body { background-image: none !important; - backgrounde: none !important; + background: none !important; } .main-container { |