Skip to content

Commit

Permalink
chore: fix footer selector
Browse files Browse the repository at this point in the history
  • Loading branch information
xhiroga committed Jul 29, 2023
1 parent d50d292 commit c8873ac
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,16 +225,10 @@ const updateNavigationStyle = (
background-color: ${navigationBackgroundColor} !important;
}
}
div#awsc-nav-footer-content {
#awsc-nav-footer-content {
background-color: ${navigationBackgroundColor} !important;
}
div#awsc-feedback,
button[data-testid="awsc-footer-language-selector-button"],
a[data-testid="awsc-footer-privacy-policy"],
a[data-testid="awsc-footer-terms-of-use"],
span[data-testid="awsc-footer-unified-settings-language-link"],
button[data-testid="awsc-footer-cookie-preferences"],
span[data-testid="awsc-footer-copyright"] {
#awsc-nav-footer-content * {
color: ${foregroundColor} !important;
}`
insertStyleTag(css)
Expand Down

0 comments on commit c8873ac

Please sign in to comment.