We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 914e3c9 + 47403a4 commit 1a2d4a6Copy full SHA for 1a2d4a6
components/Layout.tsx
@@ -162,9 +162,9 @@ const MainNavLink = ({
162
// }`,
163
// `${extractPathWithoutFragment(router.asPath) === uri ? 'text-primary dark:text-white dark:underline hover:text-primary' : 'text-slate-600 dark:text-white hover:text-primary dark:hover:underline'}`,
164
{
165
- 'text-primary dark:text-white dark:underline hover:text-primary':
+ 'text-primary dark:text-blue-400 hover:text-primary dark:hover:text-blue-400':
166
isActiveNav,
167
- 'text-slate-600 dark:text-white hover:text-primary dark:hover:underline':
+ 'text-slate-600 dark:text-slate-300 hover:text-primary dark:hover:text-blue-300':
168
!isActiveNav,
169
},
170
)}
0 commit comments