okay minor fix

This commit is contained in:
Clove 2026-05-29 01:51:27 +01:00
parent e20dd6361d
commit 97ca82dd50
2 changed files with 7 additions and 1 deletions

View File

@ -57,7 +57,7 @@
</a> </a>
<a class="link-card" href="https://git.gay/doughmination"> <a class="link-card" href="https://git.gay/doughmination">
<img class="icon" src="/svg/git-gay.svg" alt=""> <img class="icon raw" src="/svg/git-gay.svg" alt="">
<span class="link-text"> <span class="link-text">
<span class="link-title">Git.Gay</span> <span class="link-title">Git.Gay</span>
<span class="link-sub">@doughmination</span> <span class="link-sub">@doughmination</span>

View File

@ -157,6 +157,12 @@ body {
filter: invert(78%) sepia(36%) saturate(640%) hue-rotate(280deg) brightness(105%); filter: invert(78%) sepia(36%) saturate(640%) hue-rotate(280deg) brightness(105%);
} }
/* Keep multicolor icons (e.g. git.gay) at their true colors */
.icon.raw,
.link-card:hover .icon.raw {
filter: none;
}
/* Details revealed on hover as a tooltip */ /* Details revealed on hover as a tooltip */
.link-text { .link-text {
position: absolute; position: absolute;