mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2025-06-07 07:53:07 +00:00
10 lines
348 B
CSS
10 lines
348 B
CSS
![]() |
/* 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;
|
||
|
}
|
||
|
}
|