Refined badge style

This commit is contained in:
Peter Zimon 2021-02-12 17:15:25 +01:00
parent c2a8f6d6e0
commit d19934ff8c
2 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@
.gh-badge {
display: inline-block;
padding: 3px 4px;
padding: 3px 9px;
color: var(--green-d2);
font-size: 1.2rem;
line-height: 1em;
@ -14,7 +14,7 @@
white-space: nowrap;
user-select: none;
background: color-mod(var(--green) a(20%));
border-radius: 3px;
border-radius: 999px;
text-transform: uppercase;
}

View File

@ -237,17 +237,17 @@
justify-content: center;
align-items: center;
height: 19px;
padding: 0 4px;
padding: 0 9px;
}
.gh-content-status-published {
color: var(--midgrey);
background: var(--whitegrey);
display: inline-block;
border-radius: 3px;
border-radius: 999px;
text-transform: uppercase;
font-size: 1.2rem;
padding: 0 3px;
padding: 0 9px;
font-weight: 500;
}