fix colour modifications on newtab page (fx92)

This commit is contained in:
bmFtZQ 2021-07-20 00:58:20 +08:00 committed by GitHub
parent 2a6f8502d8
commit cda7b3948f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,7 @@
/* Darkmode Colours */
body[style*="--newtab-background-color:rgba(42, 42, 46, 1); --newtab-text-primary-color:rgba(251, 251, 254, 1);"][lwt-newtab-brighttext],
body[style*="--newtab-background-color: rgba(43, 42, 51, 1); --newtab-text-primary-color: rgba(251, 251, 254, 1);"][lwt-newtab-brighttext],
body:not([style*="color"])[lwt-newtab-brighttext] {
--newtab-background-color: #242424 !important;
--newtab-search-header-background-color: #242424f2 !important;