From 059c1980806e94a31d17bf94b0e297069f0e9498 Mon Sep 17 00:00:00 2001 From: Rafael Mardojai CM Date: Fri, 14 Jul 2023 12:19:42 -0500 Subject: [PATCH] pages: new-tab: Fix background regression --- theme/pages/newtab.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/pages/newtab.css b/theme/pages/newtab.css index 1c94e84..329ef7c 100644 --- a/theme/pages/newtab.css +++ b/theme/pages/newtab.css @@ -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; }