Add CSS rules for uncustomised <a>
This commit is contained in:
		
							parent
							
								
									dd666466ee
								
							
						
					
					
						commit
						ee86e741eb
					
				
					 1 changed files with 8 additions and 3 deletions
				
			
		
							
								
								
									
										11
									
								
								base.css
									
										
									
									
									
								
							
							
						
						
									
										11
									
								
								base.css
									
										
									
									
									
								
							| 
						 | 
					@ -146,7 +146,7 @@ p, ul {
 | 
				
			||||||
	margin: 0 8px;
 | 
						margin: 0 8px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
p.link, a {
 | 
					p.link, a:not(.no-a-custom) {
 | 
				
			||||||
	font-size: 17px;
 | 
						font-size: 17px;
 | 
				
			||||||
	font-weight: 700;
 | 
						font-weight: 700;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					@ -183,13 +183,18 @@ li.items:not(.disabled):hover:not(:focus) {
 | 
				
			||||||
	background-color: lightskyblue;
 | 
						background-color: lightskyblue;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
a {
 | 
					a:not(.no-a-custom) {
 | 
				
			||||||
	display: block;
 | 
						display: block;
 | 
				
			||||||
	padding: 8px;
 | 
						padding: 8px;
 | 
				
			||||||
	color: black;
 | 
						color: black;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
a.inline {
 | 
					a.no-a-custom {
 | 
				
			||||||
 | 
						color: inherit;
 | 
				
			||||||
 | 
						text-decoration: inherit;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					a.inline:not(.no-a-custom) {
 | 
				
			||||||
	display: inline;
 | 
						display: inline;
 | 
				
			||||||
	padding: 2px;
 | 
						padding: 2px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue