From cda7b3948fbd690f3862c6edc10946641cf23868 Mon Sep 17 00:00:00 2001 From: bmFtZQ <62812711+bmFtZQ@users.noreply.github.com> Date: Tue, 20 Jul 2021 00:58:20 +0800 Subject: [PATCH] fix colour modifications on newtab page (fx92) --- chrome/userContent/Proton-NewTab.css | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/userContent/Proton-NewTab.css b/chrome/userContent/Proton-NewTab.css index e3142e3..33f8d47 100644 --- a/chrome/userContent/Proton-NewTab.css +++ b/chrome/userContent/Proton-NewTab.css @@ -21,6 +21,7 @@ /* Darkmode Colours */ body[style*="--newtab-background-color:rgba(42, 42, 46, 1); --newtab-text-primary-color:rgba(251, 251, 254, 1);"][lwt-newtab-brighttext], + body[style*="--newtab-background-color: rgba(43, 42, 51, 1); --newtab-text-primary-color: rgba(251, 251, 254, 1);"][lwt-newtab-brighttext], body:not([style*="color"])[lwt-newtab-brighttext] { --newtab-background-color: #242424 !important; --newtab-search-header-background-color: #242424f2 !important;