From 00b604d747568d86caaf2f06e8bb0143ff98f23e Mon Sep 17 00:00:00 2001 From: Irene Ni Date: Fri, 11 Sep 2026 18:50:41 +0000 Subject: [PATCH] Bug 2071406 - Restore transparency to New Tab card backgrounds. r=maxx,jules Differential Revision: https://phabricator.services.mozilla.com/D325471 --- browser/extensions/newtab/content-src/styles/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/extensions/newtab/content-src/styles/_variables.scss b/browser/extensions/newtab/content-src/styles/_variables.scss index 3f9f11798f61..baff458d0d92 100644 --- a/browser/extensions/newtab/content-src/styles/_variables.scss +++ b/browser/extensions/newtab/content-src/styles/_variables.scss @@ -60,7 +60,7 @@ $in-content-page-color-dark: var(--text-color); $in-content-page-background: var(--background-color-canvas); $newtab-background-secondary: var(--card-background-color); -$newtab-background-card: var(--card-background-color); +$newtab-background-card: color-mix(in srgb, var(--card-background-color) 80%, transparent); // Photon transitions from http://design.firefox.com/photon/motion/duration-and-easing.html $photon-easing: cubic-bezier(0.07, 0.95, 0, 1);