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
 | 
			
		||||
				</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>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -115,6 +115,8 @@ li
 | 
			
		|||
  @extend p
 | 
			
		||||
 | 
			
		||||
a
 | 
			
		||||
  position: relative
 | 
			
		||||
  z-index: 999
 | 
			
		||||
  text-decoration: none
 | 
			
		||||
  &:link
 | 
			
		||||
    color: $secondary-color
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue