From aa5565629845644050f19b1bbc1f03b0a0a66aa7 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Wed, 14 Aug 2024 01:47:11 +0300 Subject: 2024-08-14 --- modules/firefox/userContent.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'modules/firefox') 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 { -- cgit v1.2.3