fix: GitHub+stars badge gold background with white icons/text
This commit is contained in:
@@ -220,8 +220,8 @@
|
|||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 0.25em;
|
gap: 0.25em;
|
||||||
background: #333;
|
background: #d4a017;
|
||||||
color: #f0c040;
|
color: white;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-size: 0.7em;
|
font-size: 0.7em;
|
||||||
padding: 0.2em 0.5em;
|
padding: 0.2em 0.5em;
|
||||||
@@ -233,21 +233,16 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.github-stars-badge:hover {
|
.github-stars-badge:hover {
|
||||||
background: #555;
|
background: #b8860b;
|
||||||
color: #f0c040;
|
color: white;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.github-stars-badge iconify-icon:first-child {
|
.github-stars-badge iconify-icon {
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.github-stars-badge iconify-icon:last-of-type {
|
|
||||||
color: #f0c040;
|
|
||||||
font-size: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.maintained-badge {
|
.maintained-badge {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
background: #3498db;
|
background: #3498db;
|
||||||
|
|||||||
Reference in New Issue
Block a user