diff options
author | Azat Bahawi <azat@bahawi.net> | 2024-08-14 01:47:11 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2024-08-14 01:47:11 +0300 |
commit | aa5565629845644050f19b1bbc1f03b0a0a66aa7 (patch) | |
tree | f0f57f893d5914a3c2aa292b3755284b593025e7 /modules/firefox/userContent.css | |
parent | 2024-08-09 (diff) |
2024-08-14
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 { |