Fix color of static page links in high contrast theme (#10028)
This commit is contained in:
		
							parent
							
								
									06cc04fd23
								
							
						
					
					
						commit
						4dcb04b888
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
					@ -13,6 +13,10 @@
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.rich-formatting a,
 | 
				
			||||||
 | 
					.rich-formatting p a,
 | 
				
			||||||
 | 
					.rich-formatting li a,
 | 
				
			||||||
 | 
					.landing-page__short-description p a,
 | 
				
			||||||
.status__content a,
 | 
					.status__content a,
 | 
				
			||||||
.reply-indicator__content a {
 | 
					.reply-indicator__content a {
 | 
				
			||||||
  color: lighten($ui-highlight-color, 12%);
 | 
					  color: lighten($ui-highlight-color, 12%);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue