Add files via upload
This commit is contained in:
parent
b556ac127b
commit
b3a061d818
5 changed files with 76 additions and 40 deletions
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue