summaryrefslogtreecommitdiff
path: root/userContent.css
diff options
context:
space:
mode:
Diffstat (limited to 'userContent.css')
-rw-r--r--userContent.css14
1 files changed, 11 insertions, 3 deletions
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;
+ }
}