From 63feeb9f369fc6176e85c1c2d8fcc863caad1946 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Tue, 10 Feb 2026 12:32:48 +0100 Subject: start new MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- .../firefox/hibiki.default/chrome/userContent.css | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .mozilla/firefox/hibiki.default/chrome/userContent.css (limited to '.mozilla/firefox/hibiki.default/chrome/userContent.css') diff --git a/.mozilla/firefox/hibiki.default/chrome/userContent.css b/.mozilla/firefox/hibiki.default/chrome/userContent.css deleted file mode 100644 index 34d1bb6..0000000 --- a/.mozilla/firefox/hibiki.default/chrome/userContent.css +++ /dev/null @@ -1,21 +0,0 @@ - -@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 -*/ -:root { - --toolbar-bgcolor: #040405 !important; -} - -/* - set the background color of the new tab page (without tridactyl or with tridactyl without newtab) -*/ -@-moz-document url("about:home"), url("about:newtab"), url("about:blank") { - @media (prefers-color-scheme: dark) { - body { - background: var(--toolbar-bgcolor); - } - } -} -- cgit 1.4.1