Add files via upload

This commit is contained in:
bmFtZQ 2021-03-15 19:38:48 +08:00 committed by GitHub
parent b556ac127b
commit b3a061d818
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 76 additions and 40 deletions

View file

@ -1,25 +1,6 @@
@import "userContent/NewTab.css";
@import "userContent/Preferences.css";
@-moz-document url-prefix("about:") {
:root {
--body-background: #f5f5f5;
--body-title-text: #000;
--body-text: #333;
--newtab-tile-background: #fff;
--field-background: #fff;
}
@media (prefers-color-scheme: dark) {
:root {
--body-background: #1b1b1b;
--body-title-text: #fff;
--body-text: #e0e0e0;
--newtab-tile-background: #303030;
--field-background: #202020;
}
}
img.transparent {
background: transparent !important;
}