@@ -141,7 +141,7 @@ const Header = () => {
141141 className = 'flex items-center transition-colors duration-200 hover:text-[var(--accent-color)]'
142142 style = { { color : 'var(--fc-primary)' } }
143143 >
144- < span className = 'font-medium hover:text-purple -400' > Languages</ span >
144+ < span className = 'font-medium hover:text-blue -400' > Languages</ span >
145145 < svg
146146 className = { `ml-1 h-4 w-4 transition-transform duration-200 ${ isLanguageDropdownOpen ? 'rotate-180' : '' } ` }
147147 fill = 'none'
@@ -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 hover:text-purple -400' > Frameworks</ span >
192+ < span className = 'font-medium hover:text-blue -400' > Frameworks</ span >
193193 < svg
194194 className = { `ml-1 h-4 w-4 transition-transform duration-200 ${ isFrameworkDropdownOpen ? 'rotate-180' : '' } ` }
195195 fill = 'none'
@@ -237,7 +237,7 @@ const Header = () => {
237237 className = 'flex items-center transition-colors duration-200 hover:text-[var(--accent-color)]'
238238 style = { { color : 'var(--fc-primary)' } }
239239 >
240- < span className = 'font-medium hover:text-purple -400' > Git</ span >
240+ < span className = 'font-medium hover:text-blue -400' > Git</ span >
241241 < svg
242242 className = { `ml-1 h-4 w-4 transition-transform duration-200 ${ isGitSelectionDropdownOpen ? 'rotate-180' : '' } ` }
243243 fill = 'none'
@@ -285,7 +285,7 @@ const Header = () => {
285285 className = 'flex items-center transition-colors duration-200 hover:text-[var(--accent-color)]'
286286 style = { { color : 'var(--fc-primary)' } }
287287 >
288- < span className = 'font-medium hover:text-purple -400' > Roadmap</ span >
288+ < span className = 'font-medium hover:text-blue -400' > Roadmap</ span >
289289 < svg
290290 className = { `ml-1 h-4 w-4 transition-transform duration-200 ${ isRoadmapDropdownOpen ? 'rotate-180' : '' } ` }
291291 fill = 'none'
@@ -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-100 hover:text-purple -400'
334+ className = 'rounded-md px-3 py-2 text-sm font-medium text-gray-700 hover:bg-gray-100 hover:text-blue -400'
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-100 hover:text-purple -400'
340+ className = 'rounded-md px-3 py-2 text-sm font-medium text-gray-700 hover:bg-gray-100 hover:text-blue -400'
341341 >
342342 FAQ
343343 </ Link >
@@ -348,7 +348,7 @@ const Header = () => {
348348 href = 'https://github.com/fork-commit-merge/fork-commit-merge'
349349 target = '_blank'
350350 rel = 'noopener noreferrer'
351- className = 'flex items-center pl-3 text-gray-700 transition-colors hover:text-modern-purple '
351+ className = 'flex items-center pl-3 text-gray-700 transition-colors hover:text-modern-blue '
352352 >
353353 < svg
354354 className = 'mr-1 h-5 w-5'
0 commit comments