Skip to content

Commit

Permalink
negligible color change
Browse files Browse the repository at this point in the history
  • Loading branch information
RashiJyotishi committed Jun 1, 2024
1 parent 1bce4f0 commit 6224005
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function Navbar(props: NavbarProps) {
<NavLink
to={link.link}
className={({ isActive }) =>
`block py-2 pr-4 pl-3 duration-200 border-b border-gray-100 hover:bg-gray-50 lg:hover:bg-transparent lg:border-0 hover:text-red-700 lg:p-0 ${isActive ? "text-red-700" : "text-gray-300"}`
`block py-2 pr-4 pl-3 duration-200 border-b border-gray-100 hover:bg-gray-50 lg:hover:bg-transparent lg:border-0 hover:text-yellow-400 lg:p-0 ${isActive ? "text-yellow-400" : "text-gray-300"}`
}
>
{link.title}
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ body.menu-open {
}

#sidebar ul li a.active {
color: red;
color: yellow;
}

#main-content {
Expand Down

0 comments on commit 6224005

Please sign in to comment.