Smaller badge
This commit is contained in:
parent
dbf2504983
commit
49608bfd41
|
@ -1,26 +1,26 @@
|
||||||
.gh-powered {
|
a.gh-powered {
|
||||||
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: rgba(0,0,0,0.15) 1px solid;
|
||||||
font-size: 13px;
|
font-size: 12px;
|
||||||
line-height: 13px;
|
line-height: 12px;
|
||||||
letter-spacing: -0.1px;
|
letter-spacing: -0.2px;
|
||||||
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: 500;
|
||||||
color: #131313 !important;
|
color: #131313;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-powered:hover {
|
a.gh-powered:hover {
|
||||||
border: rgba(0,0,0,0.3) 1px solid;
|
border: rgba(0,0,0,0.3) 1px solid;
|
||||||
color: #131313 !important;
|
color: #131313;
|
||||||
text-decoration: none !important;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-powered svg {
|
a.gh-powered svg {
|
||||||
height: 18px;
|
height: 16px;
|
||||||
width: 18px;
|
width: 16px;
|
||||||
margin: 0 6px 0 0;
|
margin: 0 6px 0 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue