Skip to content

Commit b3a8b48

Browse files
Make GitHub stars badge style consistent (#588)
1 parent 52487e5 commit b3a8b48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/categories/macros.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
<div class="item" aria-hidden="true">
144144
<div class="content">
145145
<a href="https://github.com/{{owner}}/{{name}}">
146-
<img src="https://img.shields.io/github/stars/{{owner}}/{{name}}" alt="Github Stars for {{ name }}">
146+
<img src="https://img.shields.io/github/stars/{{owner}}/{{name}}?style=flat" alt="Github Stars for {{ name }}">
147147
</a>
148148
</div>
149149
</div>

0 commit comments

Comments
 (0)