Skip to content

Commit

Permalink
fix: icons
Browse files Browse the repository at this point in the history
  • Loading branch information
xhiroga committed Jul 29, 2023
1 parent c8873ac commit 3c99935
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,12 +215,12 @@ const updateNavigationStyle = (
: 'button[data-testid="more-menu__awsc-nav-account-menu-button"] *,'
}
button[data-testid="more-menu__awsc-nav-regions-menu-button"] > span > *,
#awsc-nav-header > nav > nav > div:nth-child(2) > div > ol > li > a > div > span
#awsc-nav-header > nav > div:nth-child(2) > div > ol > li > a > div > span
{
color: ${foregroundColor} !important;
}
#awsc-nav-header > nav > nav > div:nth-child(2) > div > ol > li > a:hover,
#awsc-nav-header > nav > nav > div:nth-child(2) > div > ol > li > a[style*=fixed]
#awsc-nav-header > nav > div:nth-child(2) > div > ol > li > a:hover,
#awsc-nav-header > nav > div:nth-child(2) > div > ol > li > a[style*=fixed]
{
background-color: ${navigationBackgroundColor} !important;
}
Expand Down

0 comments on commit 3c99935

Please sign in to comment.