fix: GitHub+stars badge gold background with white icons/text

This commit is contained in:
juanatsap
2026-05-04 14:41:32 +01:00
parent c8e680f7ea
commit ddd109d6a3
+5 -10
View File
@@ -220,8 +220,8 @@
display: inline-flex;
align-items: center;
gap: 0.25em;
background: #333;
color: #f0c040;
background: #d4a017;
color: white;
font-weight: 700;
font-size: 0.7em;
padding: 0.2em 0.5em;
@@ -233,21 +233,16 @@
}
.github-stars-badge:hover {
background: #555;
color: #f0c040;
background: #b8860b;
color: white;
text-decoration: none;
}
.github-stars-badge iconify-icon:first-child {
.github-stars-badge iconify-icon {
color: white;
font-size: 1.2em;
}
.github-stars-badge iconify-icon:last-of-type {
color: #f0c040;
font-size: 1em;
}
.maintained-badge {
display: inline-block;
background: #3498db;