summary refs log tree commit diff
path: root/.mozilla/firefox/wr7p23up.default-nightly/chrome/userContent.css
diff options
context:
space:
mode:
Diffstat (limited to '.mozilla/firefox/wr7p23up.default-nightly/chrome/userContent.css')
-rw-r--r--.mozilla/firefox/wr7p23up.default-nightly/chrome/userContent.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/.mozilla/firefox/wr7p23up.default-nightly/chrome/userContent.css b/.mozilla/firefox/wr7p23up.default-nightly/chrome/userContent.css
index ca88a0d..f3b4e6a 100644
--- a/.mozilla/firefox/wr7p23up.default-nightly/chrome/userContent.css
+++ b/.mozilla/firefox/wr7p23up.default-nightly/chrome/userContent.css
@@ -1,3 +1,6 @@
+
+@import url(lepton.userContent.css);
+
 /* 
    dark background in new tabs without a white flash (with tridactyl newtab)
    @see: https://github.com/tridactyl/tridactyl/issues/2510
@@ -11,7 +14,9 @@
     set the background color of the new tab page (without tridactyl or with tridactyl without newtab)
 */
 @-moz-document url-prefix(about:home), url-prefix(about:newtab), url-prefix(about:blank) {
-  body {
-    background: #1d1b19;
+  @media (prefers-color-scheme: dark) {
+    body {
+      background: #1d1b19;
+    }
   }
 }