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:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user