:root {
  --icon-bagof: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 22v-2s5-2 10-2 10 2 10 2v2zm9.3-12.9c-1.2-3.9-7.3-3-7.3-3s.2 7.8 5.9 6.6C9.5 9.8 8 9 8 9c2.8 0 3 3.4 3 3.4V17h2v-4.2s0-3.9 3-4.9c0 0-2 3-2 5 7 .7 7-8.9 7-8.9s-8.9-1-9.7 5.1"/></svg>');
}

a[href="https://bagofseeds.github.io/bagof/"]::before {
  content: "";
  display: inline-flex;
  width: 1.2em;
  height: 1.2em;
  vertical-align: text-top;
  background-color: currentColor;
  -webkit-mask: var(--icon-bagof) no-repeat center / contain;
  mask: var(--icon-bagof) no-repeat center / contain;
}

[data-md-color-scheme="default"] a[href="https://bagofseeds.github.io/bagof/"]::before {
  background-color: #228B22;
}

[data-md-color-scheme="default"] .md-logo {
  /* Changes the color if it uses text/currentColor */
  color: #228B22 !important;
}

[data-md-color-scheme="default"] .md-logo svg {
  /* Forces the color if it renders as an inline SVG path */
  fill: #228B22 !important;
}
