Skip to content

Commit 903bc93

Browse files
committed
Match appereance with other apps.
1 parent d3ab2ff commit 903bc93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FreshRSS/livestats.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<ul class="livestats">
22
@if ($unread > 0)
33
<li>
4-
<span class="title" style="color:orange;">{!! $unread !!} Unread</span>
4+
<span class="title">Unread</span><strong>{!! $unread !!}</strong>
55
</li>
66
@endif
77
</ul>

0 commit comments

Comments
 (0)