Add files via upload

This commit is contained in:
bmFtZQ 2021-05-09 06:16:56 +08:00 committed by GitHub
parent 96df308550
commit b4e7e7b99d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@
} }
.icon.icon-bookmark-added { .icon.icon-bookmark-added {
background-image: url(../icons/star-fill.svg) !important; background-image: url(../icons/star.svg#fill) !important;
} }
.icon.icon-download { .icon.icon-download {
@ -96,7 +96,7 @@
--newtab-card-hairline-color: var(--newtab-topsites-background-color) !important; --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-background-color: #242424 !important;
--newtab-search-header-background-color: #242424f0 !important; --newtab-search-header-background-color: #242424f0 !important;
--newtab-text-primary-color: #fff !important; --newtab-text-primary-color: #fff !important;