文字阴影

This commit is contained in:
tangly1024.com
2023-03-30 12:16:58 +08:00
parent d7e1f879b7
commit c1c8be4b61

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>
)
}