You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
822 B
32 lines
822 B
/* enable in about:config
|
|
toolkit.legacyUserProfileCustomizations.stylesheets
|
|
*/
|
|
|
|
/* colors based on plastic color scheme */
|
|
@import "userColors.css";
|
|
|
|
:root {
|
|
scrollbar-color: var(--color-acc1) var(--color-bg);
|
|
|
|
--lwt-toolbar-field-background-color: red !important; /*normally*/
|
|
--lwt-toolbar-field-focus: red !important; /*focussed*/
|
|
}
|
|
|
|
/*@-moz-document url(about:newtab), url(about:blank) url(about:home) {
|
|
html:not(#ublock0-epicker), html:not(#ublock0-epicker) body, #newtab-customize-overlay {
|
|
background: var(--color-bg) !important;
|
|
}
|
|
}
|
|
*/
|
|
|
|
@-moz-document url-prefix(about:blank) {
|
|
html > body:empty {
|
|
background-color: var(--color-bg) !important;
|
|
}
|
|
}
|
|
|
|
@moz-document url(about:blank) {
|
|
html > body:empty {
|
|
background-color: var(--color-bg) !important;
|
|
}
|
|
}
|