Remove underline from footer's links too.
This commit is contained in:
		
							parent
							
								
									6b3067d149
								
							
						
					
					
						commit
						36dc2bc661
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -282,11 +282,11 @@ dd { | ||||||
| #footer a { | #footer a { | ||||||
|   color: white; |   color: white; | ||||||
|   background-color: transparent; |   background-color: transparent; | ||||||
|   text-decoration: underline; |   text-decoration: none; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| #footer a:hover { | #footer a:hover { | ||||||
|   text-decoration: none; |   text-decoration: underline; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Uriel
						Uriel