mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-11-04 09:15:29 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			329 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			329 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
/* Fix partly obscured last TOC element */
 | 
						|
.wy-menu {
 | 
						|
  padding-bottom: 20px;
 | 
						|
}
 | 
						|
 | 
						|
/* Use Minetest green instead of blue */
 | 
						|
.wy-nav-content a {
 | 
						|
  color: hsl(100, 40%, 40%);
 | 
						|
}
 | 
						|
.wy-nav-content a:hover {
 | 
						|
  color: hsl(100, 30%, 30%);
 | 
						|
}
 | 
						|
.wy-side-nav-search, .wy-nav-top, .wy-menu-vertical a:active {
 | 
						|
  background: hsl(100, 40%, 40%);
 | 
						|
}
 |