fix default background color

This commit is contained in:
bmFtZQ 2021-04-22 10:04:33 +08:00 committed by GitHub
parent 009a51ddba
commit 58b5c45c6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;