summary refs log tree commit diff
path: root/.mozilla/firefox/hibiki.default/chrome/userContent.css
diff options
context:
space:
mode:
Diffstat (limited to '.mozilla/firefox/hibiki.default/chrome/userContent.css')
-rw-r--r--.mozilla/firefox/hibiki.default/chrome/userContent.css7
1 files changed, 3 insertions, 4 deletions
diff --git a/.mozilla/firefox/hibiki.default/chrome/userContent.css b/.mozilla/firefox/hibiki.default/chrome/userContent.css
index f3b4e6a..34d1bb6 100644
--- a/.mozilla/firefox/hibiki.default/chrome/userContent.css
+++ b/.mozilla/firefox/hibiki.default/chrome/userContent.css
@@ -6,17 +6,16 @@
    @see: https://github.com/tridactyl/tridactyl/issues/2510
 */
 :root {
-  --tridactyl-bg: #2a2a2e !important;
-  --tridactyl-fg: #b1b1b3 !important;
+  --toolbar-bgcolor: #040405 !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) {
+@-moz-document url("about:home"), url("about:newtab"), url("about:blank") {
   @media (prefers-color-scheme: dark) {
     body {
-      background: #1d1b19;
+      background: var(--toolbar-bgcolor);
     }
   }
 }