pages: new-tab: Fix background regression

This commit is contained in:
Rafael Mardojai CM 2023-07-14 12:19:42 -05:00
parent 606947127b
commit 059c198080
No known key found for this signature in database
GPG Key ID: 2B2DAB2A58566C84
1 changed files with 1 additions and 1 deletions

View File

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