From fe9834a70ee4d9bd7fd01dca9821d23656fab8fd Mon Sep 17 00:00:00 2001 From: bmFtZQ <62812711+bmFtZQ@users.noreply.github.com> Date: Mon, 15 Mar 2021 19:40:55 +0800 Subject: [PATCH] Add files via upload --- chrome/userContent/NewTab.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chrome/userContent/NewTab.css b/chrome/userContent/NewTab.css index aed28be..d5e2e11 100644 --- a/chrome/userContent/NewTab.css +++ b/chrome/userContent/NewTab.css @@ -50,6 +50,8 @@ --search-button-bg: #0078D4; --search-button-bg-hover: #006CBE; --word-mark-color: #606060; + + --newtab-topsites-background-color: var(--search-bg) !important; } body[lwt-newtab-brighttext] { background-color: #242424 !important;