Skip to content

Commit

Permalink
refactor(index): tidy GitHub Corners
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Apr 21, 2024
1 parent b26921f commit 4287291
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@

<link rel="stylesheet" href="src/style.css" />

<% if (process.env.BUNDLE !== 'true') { %>
<!--
GitHub Corners. See https://github.com/remarkablemark/github-corners
-->
<% if (process.env.BUNDLE !== 'true') { %>
<script
src="https://unpkg.com/github-corners/dist/embed.min.js"
data-href="https://github.com/remarkablegames/linkit"
Expand All @@ -32,14 +32,14 @@
></script>
<style>
.github-corner > svg {
opacity: 0.5;
fill: darkslategray !important;
opacity: 0.2;
transition: opacity 0.4s;
}
.github-corner:hover > svg {
opacity: 1;
}
</style>
<link rel="stylesheet" href="src/github-corners.css" />
<% } %>

<title>Linkit | remarkablegames</title>
Expand Down

0 comments on commit 4287291

Please sign in to comment.