about summary refs log tree commit diff
path: root/modules/firefox/userContent.css
diff options
context:
space:
mode:
authorazahi <azat@bahawi.net>2024-11-17 18:21:17 +0300
committerazahi <azat@bahawi.net>2024-11-17 18:21:17 +0300
commitfc2e6a3a6b568d5ae1004723ea54c123af7e9242 (patch)
tree5adf2a7741c6ee319833fe6079f9958961ef56b5 /modules/firefox/userContent.css
parent2024-11-10 (diff)
2024-11-17 HEAD master
Diffstat (limited to 'modules/firefox/userContent.css')
-rw-r--r--modules/firefox/userContent.css7
1 files changed, 1 insertions, 6 deletions
diff --git a/modules/firefox/userContent.css b/modules/firefox/userContent.css
index 96bb529..72382db 100644
--- a/modules/firefox/userContent.css
+++ b/modules/firefox/userContent.css
@@ -1,16 +1,11 @@
 @-moz-document media-document(all) {
   body {
     background-image: none !important;
-    background-color: var(--background) !important;
+    background-color: var(--background-color-box) !important;
   }
 }
 
 @-moz-document regexp("about:(blank|home|newtab|privatebrowsing|welcome)") {
-  html,
-  body {
-    background: var(--background) !important;
-  }
-
   body {
     display: none !important;
   }

Consider giving Nix/NixOS a try! <3