Fix in index of cool-stuff and <a> has high z-index
This commit is contained in:
parent
7609dcf13d
commit
52bd9c4c84
|
@ -29,9 +29,12 @@ If a page uses/requires JavaScript, its link will be marked with (☕).
|
||||||
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>
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue