Skip to content

Commit

Permalink
fix: remove background on octocat (#452)
Browse files Browse the repository at this point in the history
* chore: attempt at adding border path

* chore: fix again

* chore: fix more
  • Loading branch information
MindTooth authored Aug 11, 2023
1 parent 1370b42 commit eb02f80
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/partials/octocat.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
viewBox="0 0 250 250"
aria-hidden="true"
>
<path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path>
<path
d="M 0 0 H 3 L 250 247 V 250"
fill="currentColor"
class="octo-border"
></path>
<path
d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2"
fill="currentColor"
Expand Down

0 comments on commit eb02f80

Please sign in to comment.