From b4e7e7b99d6130a01e43838ede897ddcaa279eed Mon Sep 17 00:00:00 2001 From: bmFtZQ <62812711+bmFtZQ@users.noreply.github.com> Date: Sun, 9 May 2021 06:16:56 +0800 Subject: [PATCH] Add files via upload --- 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 d47642a..5c9b52d 100644 --- a/chrome/userContent/NewTab.css +++ b/chrome/userContent/NewTab.css @@ -15,7 +15,7 @@ } .icon.icon-bookmark-added { - background-image: url(../icons/star-fill.svg) !important; + background-image: url(../icons/star.svg#fill) !important; } .icon.icon-download { @@ -96,7 +96,7 @@ --newtab-card-hairline-color: var(--newtab-topsites-background-color) !important; } - body[lwt-newtab-brighttext] { + body[lwt-newtab-brighttext]:not([style*="--newtab-background-color"], [style*="--newtab-text-primary-color"]) { --newtab-background-color: #242424 !important; --newtab-search-header-background-color: #242424f0 !important; --newtab-text-primary-color: #fff !important;