Skip to content

Commit

Permalink
darken hover
Browse files Browse the repository at this point in the history
  • Loading branch information
kryskirkland committed Mar 14, 2024
1 parent 2d147b7 commit bd6f270
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/navlist/NavList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const navCSS = css`
position: relative;
overflow: visible;
&.is-selected {
background-color: var(--ac-global-color-grey-300);
background-color: var(--ac-global-color-grey-200);
&::before {
position: absolute;
display: block;
Expand All @@ -40,7 +40,7 @@ const navCSS = css`
}
}
&:hover {
background-color: var(--ac-global-color-grey-200);
background-color: var(--ac-global-color-grey-300);
}
}
`;
Expand Down

0 comments on commit bd6f270

Please sign in to comment.