feat: custom gold stars badge matching other badges, live count via GitHub API

This commit is contained in:
juanatsap
2026-05-04 13:47:05 +01:00
parent 9a2343a71e
commit 76d9649ec2
2 changed files with 35 additions and 5 deletions
+17 -4
View File
@@ -197,14 +197,27 @@
.stars-badge {
display: inline-flex;
align-items: center;
margin-left: 0.3em;
gap: 0.3em;
background: #d4a017;
color: white;
font-weight: 700;
font-size: 0.7em;
padding: 0.2em 0.5em;
border-radius: 3px;
margin-left: 0.5em;
vertical-align: middle;
letter-spacing: 0.5px;
text-decoration: none;
}
.stars-badge img {
height: 18px;
vertical-align: middle;
.stars-badge:hover {
background: #b8860b;
color: white;
text-decoration: none;
}
.stars-badge iconify-icon {
font-size: 1.2em;
}
.maintained-badge {