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>
|
<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>
|
||||||
Loading…
Reference in a new issue