chore: remove lastfm anf github
This commit is contained in:
parent
5f734dc231
commit
cd97d2bc0a
2 changed files with 0 additions and 30 deletions
|
|
@ -96,18 +96,10 @@
|
|||
<a href="https://listenbrainz.org" target="_blank"><img src="./assets/services/listenbrainz.png" alt="ListenBrainz" title="ListenBrainz"></a>
|
||||
<a href="https://listenbrainz.org/user/Sneexy" target="_blank">Sneexy</a>
|
||||
</span>
|
||||
<span class="social-container" id="lastfm">
|
||||
<a href="https://www.last.fm" target="_blank"><img src="./assets/services/lastfm.png" alt="Last.fm" title="Last.fm"></a>
|
||||
<a href="https://www.last.fm/user/sneexy" target="_blank">Sneexy</a>
|
||||
</span>
|
||||
<span class="social-container" id="gitgay">
|
||||
<a href="https://git.gay" target="_blank"><img src="./assets/services/gitgay.png" alt="git.gay Forgejo" title="git.gay Forgejo"></a>
|
||||
<a href="https://git.gay/sneexy" target="_blank">sneexy</a>
|
||||
</span>
|
||||
<span class="social-container" id="github">
|
||||
<a href="https://github.com" target="_blank"><img src="./assets/services/github.png" alt="GitHub" title="GitHub"></a>
|
||||
<a href="https://github.com/sneexy-boi" target="_blank">sneexy-boi</a>
|
||||
</span>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
22
style.css
22
style.css
|
|
@ -465,17 +465,6 @@ socials and links
|
|||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
#lastfm {
|
||||
background-color: color-mix(in srgb, var(--red) 45%, transparent);
|
||||
p, a {
|
||||
color: var(--text);
|
||||
text-decoration: none;
|
||||
}
|
||||
p:hover, a:hover {
|
||||
color: var(--red);
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
#gitgay {
|
||||
background-color: color-mix(in srgb, var(--red) 10%, transparent);
|
||||
p, a {
|
||||
|
|
@ -487,17 +476,6 @@ socials and links
|
|||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
#github {
|
||||
background-color: color-mix(in srgb, var(--mauve) 50%, transparent);
|
||||
p, a {
|
||||
color: var(--text);
|
||||
text-decoration: none;
|
||||
}
|
||||
p:hover, a:hover {
|
||||
color: var(--mauve);
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
buttons
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue