Skip to content

Commit

Permalink
Make GitHub stars badge style consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
17cupsofcoffee authored Jan 9, 2025
1 parent 52487e5 commit 7464082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/categories/macros.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
<div class="item" aria-hidden="true">
<div class="content">
<a href="https://github.com/{{owner}}/{{name}}">
<img src="https://img.shields.io/github/stars/{{owner}}/{{name}}" alt="Github Stars for {{ name }}">
<img src="https://img.shields.io/github/stars/{{owner}}/{{name}}?style=flat" alt="Github Stars for {{ name }}">
</a>
</div>
</div>
Expand Down

0 comments on commit 7464082

Please sign in to comment.