From 58b5c45c6ba8e0e503968cc0f29908a72d655f8c Mon Sep 17 00:00:00 2001 From: bmFtZQ <62812711+bmFtZQ@users.noreply.github.com> Date: Thu, 22 Apr 2021 10:04:33 +0800 Subject: [PATCH] fix default background color --- chrome/userContent/NewTab.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chrome/userContent/NewTab.css b/chrome/userContent/NewTab.css index 1a2beb5..d47642a 100644 --- a/chrome/userContent/NewTab.css +++ b/chrome/userContent/NewTab.css @@ -81,8 +81,8 @@ } body:not([lwt-newtab], [style*="color"]) { - --newtab-background-color: #f5f5f5 !important; - --newtab-search-header-background-color: #f5f5f5f0 !important; + --newtab-background-color: #f7f7f7 !important; + --newtab-search-header-background-color: #f7f7f7f0 !important; --newtab-text-primary-color: #000 !important; --newtab-textbox-background-color: #fff !important; --newtab-topsites-background-color: #fff !important;