.github-sponsoring-button {
  padding: 5px 9px;
  margin: 0 2px;
  color: black;
  background: linear-gradient(-180deg, #fafbfc, #eff3f6 90%);
  border: 1px solid rgba(27, 31, 35, 0.2);
  border-radius: .25em;
  font-size: 88%;
  font-weight: 600;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
  /*&:hover,
  &:focus {
  	text-decoration: none;
  	color: black;
  	background: linear-gradient(-180deg,#f0f3f6,#e6ebf1 90%);
  }*/
}
.github-sponsoring-button > svg {
  fill: #ea4aaa;
  vertical-align: text-bottom;
}
