Fomantic brings a opinionated style that removed underline on mouse hover which I think is important UX to have. This re-enables the underline in the Fomantic config and fixes a few cases where underline was deemed disruptive.
		
			
				
	
	
		
			10 lines
		
	
	
		
			317 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			317 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
/* https://github.com/fomantic/Fomantic-UI/blob/develop/src/themes/default/globals/site.variables */
 | 
						|
 | 
						|
@headerFont: var(--fonts-regular);
 | 
						|
@pageFont: var(--fonts-regular);
 | 
						|
@bold: 500;
 | 
						|
@useCustomScrollbars: false;
 | 
						|
@disabledOpacity: var(--opacity-disabled);
 | 
						|
@variationPopupTooltip: false;
 | 
						|
@linkHoverUnderline: underline;
 |