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