Firefox theme and package lists for Fedora, Flatpak and GNOME Extensions

This commit is contained in:
Fabio Scotto di Santolo
2024-06-05 15:11:43 +02:00
parent 716fbe0f2e
commit 79fcbe7a5f
9 changed files with 589 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
@import url("userChrome.css");
/* Removes white loading page */
@-moz-document url(about:blank), url(about:newtab), url(about:home) {
html:not(#ublock0-epicker), html:not(#ublock0-epicker) body, #newtab-customize-overlay {
background: var(--z4ckx-bg) !important;
}
}