Skip to content

Commit e28e730

Browse files
committed
style: progress bar shadow for standard blogpost page
1 parent 84a8ac3 commit e28e730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/blog-views/StandardBlogPostPage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ const StandardBlogPostPage = () => {
201201
{/* Reading Progress */}
202202
<div className="fixed top-0 left-0 w-full h-1 z-[9999] bg-white/5">
203203
<motion.div
204-
className="h-full bg-emerald-500 origin-left"
204+
className="h-full bg-emerald-500 origin-left shadow-[0_0_10px_#10b981]"
205205
style={{ width: `${readingProgress}%` }}
206206
/>
207207
</div>

0 commit comments

Comments
 (0)