This commit is contained in:
Just4fun2021
2023-04-01 12:09:49 +08:00

View File

@@ -21,7 +21,7 @@ export default function HeaderArticle({ post, siteInfo }) {
className='opacity-50'
placeholder='blur'
blurDataURL='/bg_image.jpg' />
<span className='absolute text-white p-6 text-3xl'>{title}</span>
<span className='absolute text-white p-6 text-3xl shadow-text'>{title}</span>
</div>
)
}