Bug 1900240 - Home and newtab fixing link text colour issue with wallpaper r=home-newtab-reviewers,amy

Differential Revision: https://phabricator.services.mozilla.com/D212375
This commit is contained in:
scottdowne
2024-06-03 17:18:03 +00:00
parent fde850ee0c
commit 142f2f4e24
4 changed files with 23 additions and 23 deletions

View File

@@ -3168,16 +3168,16 @@ main section {
.collapsible-section.ds-layout {
margin: auto;
}
.lightWallpaper .collapsible-section.ds-layout .section-top-bar .learn-more-link {
color-scheme: light;
}
.darkWallpaper .collapsible-section.ds-layout .section-top-bar .learn-more-link {
color-scheme: dark;
}
.collapsible-section.ds-layout .section-top-bar .learn-more-link a {
color: var(--newtab-primary-action-background);
font-weight: 500;
}
.lightWallpaper .collapsible-section.ds-layout .section-top-bar .learn-more-link a {
color-scheme: light;
}
.darkWallpaper .collapsible-section.ds-layout .section-top-bar .learn-more-link a {
color-scheme: dark;
}
.collapsible-section.ds-layout .section-top-bar .learn-more-link a:is(:focus, :hover) {
text-decoration: none;
}

View File

@@ -3172,16 +3172,16 @@ main section {
.collapsible-section.ds-layout {
margin: auto;
}
.lightWallpaper .collapsible-section.ds-layout .section-top-bar .learn-more-link {
color-scheme: light;
}
.darkWallpaper .collapsible-section.ds-layout .section-top-bar .learn-more-link {
color-scheme: dark;
}
.collapsible-section.ds-layout .section-top-bar .learn-more-link a {
color: var(--newtab-primary-action-background);
font-weight: 500;
}
.lightWallpaper .collapsible-section.ds-layout .section-top-bar .learn-more-link a {
color-scheme: light;
}
.darkWallpaper .collapsible-section.ds-layout .section-top-bar .learn-more-link a {
color-scheme: dark;
}
.collapsible-section.ds-layout .section-top-bar .learn-more-link a:is(:focus, :hover) {
text-decoration: none;
}

View File

@@ -3168,16 +3168,16 @@ main section {
.collapsible-section.ds-layout {
margin: auto;
}
.lightWallpaper .collapsible-section.ds-layout .section-top-bar .learn-more-link {
color-scheme: light;
}
.darkWallpaper .collapsible-section.ds-layout .section-top-bar .learn-more-link {
color-scheme: dark;
}
.collapsible-section.ds-layout .section-top-bar .learn-more-link a {
color: var(--newtab-primary-action-background);
font-weight: 500;
}
.lightWallpaper .collapsible-section.ds-layout .section-top-bar .learn-more-link a {
color-scheme: light;
}
.darkWallpaper .collapsible-section.ds-layout .section-top-bar .learn-more-link a {
color-scheme: dark;
}
.collapsible-section.ds-layout .section-top-bar .learn-more-link a:is(:focus, :hover) {
text-decoration: none;
}