Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
yodaluca23 authored Jul 29, 2024
1 parent 92ee944 commit 8ad6bca
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,18 @@
top: 10px;
left: 10px;
}

.github-icon img {
width: 30px;
height: 30px;
border-radius: 50%;
}

@media (prefers-color-scheme: light) {
.github-icon img {
filter: invert(1);
}
}
}
</style>
<script>
Expand Down Expand Up @@ -293,10 +305,11 @@

<body>
<a href="https://github.com/SpotCompiled" class="github-icon" target="_blank">
<img src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png" alt="GitHub" width="30" height="30">
<img src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png" alt="GitHub">
</a>



<div class="header">
<h1>SpotCompiled</h1>
<p>Compiled Spotify IPAs with enhanced features</p>
Expand Down

0 comments on commit 8ad6bca

Please sign in to comment.