Skip to content

Commit 76dee87

Browse files
committed
style: fix Contributors and FAQ hover color to lighter
1 parent 54c4fa1 commit 76dee87

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

components/layout/Header.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -331,13 +331,13 @@ const Header = () => {
331331
<div className='flex items-center space-x-4'>
332332
<Link
333333
href='/community/contributors'
334-
className='rounded-md px-3 py-2 text-sm font-medium text-gray-700 hover:bg-gray-700 hover:text-white'
334+
className='rounded-md px-3 py-2 text-sm font-medium text-gray-700 hover:bg-gray-100 hover:text-gray-900'
335335
>
336336
Contributors
337337
</Link>
338338
<Link
339339
href='/help/faq'
340-
className='rounded-md px-3 py-2 text-sm font-medium text-gray-700 hover:bg-gray-700 hover:text-white'
340+
className='rounded-md px-3 py-2 text-sm font-medium text-gray-700 hover:bg-gray-100 hover:text-gray-900'
341341
>
342342
FAQ
343343
</Link>
@@ -544,13 +544,13 @@ const Header = () => {
544544

545545
<Link
546546
href='/community/contributors'
547-
className='block rounded-md px-3 py-2 text-base font-medium text-gray-700 hover:bg-gray-700 hover:text-white'
547+
className='block rounded-md px-3 py-2 text-base font-medium text-gray-700 hover:bg-gray-100 hover:text-gray-900'
548548
>
549549
Contributors
550550
</Link>
551551
<Link
552552
href='/help/faq'
553-
className='block rounded-md px-3 py-2 text-base font-medium text-gray-700 hover:bg-gray-700 hover:text-white'
553+
className='block rounded-md px-3 py-2 text-base font-medium text-gray-700 hover:bg-gray-100 hover:text-gray-900'
554554
>
555555
FAQ
556556
</Link>

0 commit comments

Comments
 (0)