From 607322712864f0f51dab69d57c6c52fc181a31be Mon Sep 17 00:00:00 2001 From: bh Date: Fri, 6 Mar 2026 21:52:47 +0800 Subject: Made webpages transparent --- userContent.css | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'userContent.css') diff --git a/userContent.css b/userContent.css index a1e1002..76ad258 100644 --- a/userContent.css +++ b/userContent.css @@ -1,4 +1,12 @@ -:root { - --in-content-page-background: #00000000 !important; - --in-content-box-background: #00000088 !important; +/* userContent.css */ +@-moz-document url(about:newtab), url("about:home") { + html { + --newtab-background-color: transparent !important; + --newtab-background-color-secondary: transparent !important; + background: transparent !important; + } + + body { + background: transparent !important; + } } -- cgit v1.2.3