We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bba70f commit 524c158Copy full SHA for 524c158
assets/css/main.css
@@ -301,4 +301,10 @@ background-attachment: fixed !important;
301
{
302
font-size:55px;
303
font-weight:700;
304
+}
305
+.badge
306
+{
307
+ font-size:16px !important;
308
+ line-height:1.5 !important;
309
+ font-weight:normal !important;
310
}
updates/index.html
@@ -30,7 +30,8 @@ <h3 class="mb-0">Notifications</h3>
30
</div>
31
<ul class="list-group list-group-flush">
32
{% for post in site.posts %}
33
- <li class="list-group-item">
+ <li class="list-group-item">
34
+ <span class="badge badge-danger badge-pill p-2 mr-2"> New !! </span>
35
<a class="mt-2" href="{{post.url}}">{{post.title}}</a>
36
</li>
37
{% endfor %}
0 commit comments