okay minor fix
This commit is contained in:
parent
e20dd6361d
commit
97ca82dd50
|
|
@ -57,7 +57,7 @@
|
|||
</a>
|
||||
|
||||
<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-title">Git.Gay</span>
|
||||
<span class="link-sub">@doughmination</span>
|
||||
|
|
|
|||
|
|
@ -157,6 +157,12 @@ body {
|
|||
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 */
|
||||
.link-text {
|
||||
position: absolute;
|
||||
|
|
|
|||
Loading…
Reference in New Issue