Fix in index of cool-stuff and <a> has high z-index

This commit is contained in:
Emilia Allison 2022-09-29 21:28:10 -04:00
parent 7609dcf13d
commit 52bd9c4c84
Signed by: emilia
GPG Key ID: 7A3F8997BFE894E0
2 changed files with 6 additions and 1 deletions

View File

@ -29,9 +29,12 @@ If a page uses/requires JavaScript, its link will be marked with (&#x2615).
Static
</h3>
<ul>
<li><a href="recipes">Recipes</li>
<li><a href="recipes">Recipes</a></li>
</ul>
</div>
<footer>
<p><a href="../">Return</a></p>
</footer>
</main>
</body>
</html>

View File

@ -115,6 +115,8 @@ li
@extend p
a
position: relative
z-index: 999
text-decoration: none
&:link
color: $secondary-color