GitHub Corners Embed Script

GitHub Corners embed script example with style override.

by remarkablemark

HTML

<!--
  GitHub Corners: https://github.com/remarkablemark/github-corners
-->

<!--
  Embed Script: https://unpkg.com/browse/github-corners/
-->
<script src="https://unpkg.com/github-corners@latest/dist/embed.min.js" data-href="https://github.com/remarkablemark/github-corners" data-target="_blank" data-label="Check out the GitHub Corners repository!"></script>

<!--
  Style Override
-->
<style>
  .github-corner > svg {
    fill: #70B7FD;
    left: 0;
    transform: scale(-1, 1);
  }
</style>