reenable when gifs are made
This commit is contained in:
parent
615fc9d653
commit
6f29f6eaf9
1 changed files with 5 additions and 2 deletions
|
|
@ -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>
|
||||
Loading…
Reference in a new issue