Bug 2071406 - Restore transparency to New Tab card backgrounds. r=maxx,jules

Differential Revision: https://phabricator.services.mozilla.com/D325471
This commit is contained in:
Irene Ni
2026-09-11 18:54:20 +00:00
committed by ini@mozilla.com
parent e22ca5f09e
commit 00b604d747
@@ -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);