File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -351,15 +351,15 @@ const Footer = () => (
351351 < div className = 'flex flex-col text-center sm:text-left' >
352352 < a
353353 href = 'https://opencollective.com/json-schema'
354- className = 'text-white mb-2 hover:text-blue-200 dark: hover:text-blue-300 transition-colors duration-300 '
354+ className = 'text-white mb-2 transition-transform duration-300 ease-out hover:scale-105 hover:-translate-y-[2px] '
355355 >
356356 Open Collective
357357 </ a >
358358 </ div >
359359 < div className = 'flex flex-col text-center sm:text-left' >
360360 < Link
361361 href = '/overview/code-of-conduct'
362- className = 'text-white mb-2 hover:text-blue-200 dark: hover:text-blue-300 transition-colors duration-300 '
362+ className = 'text-white mb-2 transition-transform duration-300 ease-out hover:scale-105 hover:-translate-y-[2px] '
363363 >
364364 Code of Conduct
365365 </ Link >
You can’t perform that action at this time.
0 commit comments