Skip to content

Commit 28f96e5

Browse files
committed
fix contrast
1 parent d4066ac commit 28f96e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Navigation/Navigation.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ function Navigation({ links, pathname, hash = "", toggleSidebar }) {
240240
>
241241
{link.children.map((child) => {
242242
const classNames =
243-
"text-blue-400 dark:text-[#69a8ee] py-5 text-sm capitalize hover:text-black dark:hover:text-white";
243+
"text-blue-800 dark:text-blue-300 py-5 text-sm capitalize underline-offset-2 hover:text-black dark:hover:text-white";
244244
const isActive = location.pathname.startsWith(child.url);
245245
return (
246246
<NavLink

0 commit comments

Comments
 (0)