Skip to content

Commit 023fe9e

Browse files
authored
Merge pull request tangly1024#2335 from tangly1024/release/4.4.5
matery 主题首页按钮毛玻璃
2 parents f97b5ef + 4859dff commit 023fe9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/matery/components/Hero.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const Hero = props => {
7272
onClick={() => {
7373
window.scrollTo({ top: wrapperTop, behavior: 'smooth' })
7474
}}
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'>
75+
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'>
7676
<i className='animate-bounce fas fa-angle-double-down' />{' '}
7777
<span>
7878
{siteConfig('MATERY_SHOW_START_READING', null, CONFIG) &&

0 commit comments

Comments
 (0)