fix: GitHub+stars badge gold background with white icons/text
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user