Quote:
	
	
		
			
				
					Originally Posted by  repilo
					 
				 
				I checked my usual css and found that I had to do the following to stop the footnotes from showing up as light grey: 
	Code: 
	a { font-style:normal; font-weight:normal; text-decoration:none;
	colour:inherit; -webkit-text-fill-color:inherit; }
 As I said before, I can't explain it, I just found it. Try colour:inherit; -webkit-text-fill-color:inherit;  
			
		 | 
	
	
 Tried that and no joy. The line through the text is still a thin pale echo of what it should be. As for your CSS, the text inside an <a>...</a> tag is automagically rendered as blue unless the defaults are overridden.