Skip to content

Commit

Permalink
Refactor: fix navbar color.
Browse files Browse the repository at this point in the history
  • Loading branch information
jungmir committed Jun 1, 2024
1 parent c23123f commit bfe963a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/Nav/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ const SubMenus = styled.div`
background-color: #141414;
border: 1px solid;
border-color: #FEBD99;
font-size: initial;
font-weight: initial;
Expand All @@ -148,7 +149,7 @@ const SubMenu = styled.div`
}
&:hover {
color: black;
color: #B0A8FE;
}
`;

Expand All @@ -167,6 +168,7 @@ const Menu = styled.div`
padding: 2vh 1vw;
&:hover {
color: #B0A8FE;
& > ${SubMenus} {
display: initial;
}
Expand Down

0 comments on commit bfe963a

Please sign in to comment.