We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84a8ac3 commit e28e730Copy full SHA for e28e730
src/pages/blog-views/StandardBlogPostPage.jsx
@@ -201,7 +201,7 @@ const StandardBlogPostPage = () => {
201
{/* Reading Progress */}
202
<div className="fixed top-0 left-0 w-full h-1 z-[9999] bg-white/5">
203
<motion.div
204
- className="h-full bg-emerald-500 origin-left"
+ className="h-full bg-emerald-500 origin-left shadow-[0_0_10px_#10b981]"
205
style={{ width: `${readingProgress}%` }}
206
/>
207
</div>
0 commit comments