hovertext fix

This commit is contained in:
2024-12-02 16:50:53 +11:00
parent e56756a601
commit 361d2840a6
2 changed files with 6 additions and 5 deletions

View File

@@ -44,19 +44,19 @@
</div> </div>
<div class="social-links"> <div class="social-links">
<a href="https://github.com/Litruv" target="_blank" title="GitHub github.com/Litruv"> <a href="https://github.com/Litruv" target="_blank" title="GitHub - github.com/Litruv">
<i class="fab fa-github"></i> <i class="fab fa-github"></i>
</a> </a>
<a href="https://www.youtube.com/c/Litruv" target="_blank" title="YouTube youtube.com/litruv"> <a href="https://www.youtube.com/c/Litruv" target="_blank" title="YouTube - youtube.com/litruv">
<i class="fab fa-youtube"></i> <i class="fab fa-youtube"></i>
</a> </a>
<a href="https://steamcommunity.com/id/Litruv" target="_blank" title="Steam Litruv"> <a href="https://steamcommunity.com/id/Litruv" target="_blank" title="Steam - Litruv">
<i class="fab fa-steam"></i> <i class="fab fa-steam"></i>
</a> </a>
<a href="https://discordapp.com/users/220772082055774210" target="_blank" title="Discord @Litruv"> <a href="https://discordapp.com/users/220772082055774210" target="_blank" title="Discord - @Litruv">
<i class="fab fa-discord"></i> <i class="fab fa-discord"></i>
</a> </a>
<a href="https://bsky.app/profile/lit.mates.dev" target="_blank" title="Bluesky lit.mates.dev"> <a href="https://bsky.app/profile/lit.mates.dev" target="_blank" title="Bluesky - lit.mates.dev">
<i class="fa-brands fa-bluesky"></i> <i class="fa-brands fa-bluesky"></i>
</a> </a>
</div> </div>

View File

@@ -248,6 +248,7 @@ h1:hover {
font-size: 0.875rem; font-size: 0.875rem;
opacity: 0; opacity: 0;
transition: opacity 0.2s; transition: opacity 0.2s;
white-space: nowrap;
} }
.social-links a:hover::after { .social-links a:hover::after {