reenable when gifs are made

This commit is contained in:
genki_angel 2026-02-21 20:44:07 +00:00
parent 615fc9d653
commit 6f29f6eaf9

View file

@ -36,8 +36,8 @@
<nav>
{#each navlinks as links}
<a href="{links.destination}" class="link">
<img class="noselect" src="{links.image}" alt="">
<p>{links.name}</p>
<!-- <img class="noselect" src="{links.image}" alt=""> -->
<p>> {links.name}</p>
</a>
{/each}
</nav>
@ -62,6 +62,7 @@
&:hover {
p {
color: vars.$highlight;
text-decoration: underline;
}
img {
border: 2px solid vars.$highlight;
@ -72,5 +73,7 @@
a {
color: white;
text-decoration: none;
}
</style>