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.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/.mozilla/firefox/wr7p23up.default-nightly/chrome/userContent.css b/.mozilla/firefox/wr7p23up.default-nightly/chrome/userContent.css
new file mode 100644
index 0000000..ca88a0d
--- /dev/null
+++ b/.mozilla/firefox/wr7p23up.default-nightly/chrome/userContent.css
@@ -0,0 +1,17 @@
+/* 
+   dark background in new tabs without a white flash (with tridactyl newtab)
+   @see: https://github.com/tridactyl/tridactyl/issues/2510
+*/
+:root {
+  --tridactyl-bg: #2a2a2e !important;
+  --tridactyl-fg: #b1b1b3 !important;
+}
+
+/*
+    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;
+  }
+}