Add --font-weight-bold and set previous bold to 601 (#24307)
Fix #24305 According to MDN, "bold" starts from 700, some fonts do not provide "bolding" for weight 600 https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight --------- Co-authored-by: silverwind <me@silverwind.io> Co-authored-by: Giteabot <teabot@gitea.io>
This commit is contained in:
		
							parent
							
								
									07aaa145dc
								
							
						
					
					
						commit
						20a3b03fe5
					
				
					 11 changed files with 19 additions and 15 deletions
				
			
		| 
						 | 
				
			
			@ -26,7 +26,7 @@
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
.image-diff-container .diff-side-by-side .side .side-header {
 | 
			
		||||
  font-weight: bold;
 | 
			
		||||
  font-weight: var(--font-weight-bold);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.image-diff-container .diff-swipe {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue