Smaller badge
This commit is contained in:
parent
49608bfd41
commit
2756fc7b04
|
@ -1,22 +1,20 @@
|
||||||
a.gh-powered {
|
a.gh-powered,
|
||||||
|
a.gh-powered:hover {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 6px 9px 6px 6px;
|
padding: 6px 9px 6px 6px;
|
||||||
border: rgba(0,0,0,0.15) 1px solid;
|
border: none;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 12px;
|
line-height: 12px;
|
||||||
letter-spacing: -0.2px;
|
letter-spacing: -0.3px;
|
||||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||||
font-weight: 500;
|
font-weight: 600;
|
||||||
color: #131313;
|
|
||||||
background: #fff;
|
|
||||||
border-radius: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
a.gh-powered:hover {
|
|
||||||
border: rgba(0,0,0,0.3) 1px solid;
|
|
||||||
color: #131313;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
color: #383838;
|
||||||
|
background: #fff;
|
||||||
|
border-radius: 5px;
|
||||||
|
box-shadow: 0 0 0 1px rgba(0,0,0,.08),0 1px 3px rgba(0,0,0,.06);
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.gh-powered svg {
|
a.gh-powered svg {
|
||||||
|
|
Loading…
Reference in New Issue