Skip to content

Commit b6563f4

Browse files
committed
added animation to badge
1 parent 20d6bbf commit b6563f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

updates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h3 class="mb-0">Notifications</h3>
3131
<ul class="list-group list-group-flush">
3232
{% for post in site.posts %}
3333
<li class="list-group-item">
34-
<span class="badge badge-danger badge-pill p-2 mr-2"> New !! </span>
34+
<span class="badge badge-danger badge-pill p-2 mr-2 animate__animated animate__pulse animate__infinite"> New !! </span>
3535
<a class="mt-2" href="{{post.url}}">{{post.title}}</a>
3636
</li>
3737
{% endfor %}

0 commit comments

Comments
 (0)