diff --git a/de/home/.librewolf/config/chrome/userContent.css b/de/home/.librewolf/config/chrome/userContent.css index cc76294..658efae 100644 --- a/de/home/.librewolf/config/chrome/userContent.css +++ b/de/home/.librewolf/config/chrome/userContent.css @@ -24,12 +24,16 @@ NOTE: You can use the userContent.css file without change preferences (about:con :root { --in-content-page-background: #00000000 !important; --in-content-box-background: #00000088 !important; + --darkreader-bg-theme-bg-home: rgb(0, 0, 0, 0) !important; + --darkreader-neutral-background: rgb(0, 0, 0, 0) !important; background: rgba(0, 0, 0, 0) !important; /* @-moz-document domain(*.pogmom.me),*/ @-moz-document domain(*.*) { html, body { - background: rgba(0, 0, 0, 0) !important; + * { + background: rgba(0, 0, 0, 0) !important; + } } } }