diff options
Diffstat (limited to 'browser/components/aboutwelcome/content')
-rw-r--r-- | browser/components/aboutwelcome/content/aboutwelcome.css | 2 | ||||
-rw-r--r-- | browser/components/aboutwelcome/content/aboutwelcome.html | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/browser/components/aboutwelcome/content/aboutwelcome.css b/browser/components/aboutwelcome/content/aboutwelcome.css index 4e86b29e5d..0bde196f29 100644 --- a/browser/components/aboutwelcome/content/aboutwelcome.css +++ b/browser/components/aboutwelcome/content/aboutwelcome.css @@ -434,7 +434,7 @@ div#feature-callout.hidden { inset-inline: auto 0; margin-block: 16px 0; margin-inline: 0 16px; - background-color: var(--fc-background); + background-color: transparent; } #feature-callout .screen[pos=callout] .section-main .dismiss-button[button-size=small] { height: 24px; diff --git a/browser/components/aboutwelcome/content/aboutwelcome.html b/browser/components/aboutwelcome/content/aboutwelcome.html index eb56c63110..e7b9801092 100644 --- a/browser/components/aboutwelcome/content/aboutwelcome.html +++ b/browser/components/aboutwelcome/content/aboutwelcome.html @@ -27,7 +27,6 @@ <link rel="localization" href="browser/newtab/onboarding.ftl" /> <link rel="localization" href="browser/spotlight.ftl" /> <link rel="localization" href="browser/migrationWizard.ftl" /> - <link rel="localization" href="toolkit/branding/accounts.ftl" /> <link rel="localization" href="toolkit/branding/brandings.ftl" /> </head> <body> |