Skip to content

Commit f12062c

Browse files
feat: add purple hover effect to 'Frameworks' text
1 parent 4f30e77 commit f12062c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/layout/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ const Header = () => {
189189
className='flex items-center transition-colors duration-200 hover:text-[var(--accent-color)]'
190190
style={{ color: 'var(--fc-primary)' }}
191191
>
192-
<span className='font-medium'>Frameworks</span>
192+
<span className='font-medium hover:text-purple-400'>Frameworks</span>
193193
<svg
194194
className={`ml-1 h-4 w-4 transition-transform duration-200 ${isFrameworkDropdownOpen ? 'rotate-180' : ''}`}
195195
fill='none'

0 commit comments

Comments
 (0)