From 91f80843e8431e4bf7b654c727119b668dbfb99d Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Wed, 14 Jul 2021 10:20:52 +0900 Subject: [PATCH] Add: Fully Dark Mode - Remove white flash at @overdodactyl 's ShadowFox --- userChrome.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/userChrome.css b/userChrome.css index 5fc67c0..d8948e2 100644 --- a/userChrome.css +++ b/userChrome.css @@ -104,6 +104,14 @@ } /* Fully Dark Mode **********************************************************/ + /*= Remove White Flash =====================================================*/ + #tabbrowser-tabbox, + #tabbrowser-tabpanels, + browser[type=content-primary], + browser[type=content] > html { + background: var(--lwt-accent-color) !important; + } + /*= Notification ===========================================================*/ @-moz-document url("chrome://global/content/alerts/alert.xhtml") { /* line below removes background from the notification "window" on linux */