summaryrefslogtreecommitdiff
path: root/firefox/chrome/userContent.css
diff options
context:
space:
mode:
Diffstat (limited to 'firefox/chrome/userContent.css')
-rw-r--r--firefox/chrome/userContent.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/firefox/chrome/userContent.css b/firefox/chrome/userContent.css
new file mode 100644
index 0000000..59ac293
--- /dev/null
+++ b/firefox/chrome/userContent.css
@@ -0,0 +1,8 @@
+@-moz-document url-prefix("about:") {
+ host, :root {
+ --in-content-page-background: transparent !important;
+ }
+ * {
+ background: rgba(25, 25, 25, 255) !important;
+ }
+}