We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f97b5ef + 4859dff commit 023fe9eCopy full SHA for 023fe9e
themes/matery/components/Hero.js
@@ -72,7 +72,7 @@ const Hero = props => {
72
onClick={() => {
73
window.scrollTo({ top: wrapperTop, behavior: 'smooth' })
74
}}
75
- className='mt-12 border cursor-pointer w-40 text-center pt-4 pb-3 text-md text-white hover:bg-orange-600 duration-300 rounded-3xl z-40'>
+ className='glassmorphism mt-12 border cursor-pointer w-40 text-center pt-4 pb-3 text-md text-white hover:bg-orange-600 duration-300 rounded-3xl z-40'>
76
<i className='animate-bounce fas fa-angle-double-down' />{' '}
77
<span>
78
{siteConfig('MATERY_SHOW_START_READING', null, CONFIG) &&
0 commit comments