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;