Files
illogical-impulse/m3ww/Import Manually/firefox userchrome/chrome/theme/pages/newtab.css
T
2024-02-22 15:35:06 +07:00

10 lines
348 B
CSS
Executable File

/* about:newtab */
@-moz-document url("about:newtab"), url("about:home") {
body {
--newtab-background-color: var(--gnome-browser-before-load-background) !important;
--newtab-background-color-secondary: var(--gnome-menu-background) !important;
--newtab-primary-action-background: var(--gnome-accent) !important;
}
}