mirror of
				https://github.com/ZetaKebab/quartz.git
				synced 2025-11-03 22:49:47 +00:00 
			
		
		
		
	fix(style): bold should use semibold
This commit is contained in:
		@@ -53,6 +53,10 @@ ul,
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
strong {
 | 
			
		||||
  font-weight: $semiBoldWeight;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
a {
 | 
			
		||||
  font-weight: $semiBoldWeight;
 | 
			
		||||
  text-decoration: none;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user