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 Static
</h3> </h3>
<ul> <ul>
<li><a href="recipes">Recipes</li> <li><a href="recipes">Recipes</a></li>
</ul> </ul>
</div> </div>
<footer>
<p><a href="../">Return</a></p>
</footer>
</main> </main>
</body> </body>
</html> </html>

View File

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