Add text color style for noscript link (#4772)
This commit is contained in:
		
							parent
							
								
									690e59b1f0
								
							
						
					
					
						commit
						5a3e81e963
					
				
					 1 changed files with 9 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -3893,6 +3893,15 @@ noscript {
 | 
			
		|||
    margin: 30px auto;
 | 
			
		||||
    color: $ui-secondary-color;
 | 
			
		||||
    max-width: 400px;
 | 
			
		||||
 | 
			
		||||
    a {
 | 
			
		||||
      color: $ui-highlight-color;
 | 
			
		||||
      text-decoration: underline;
 | 
			
		||||
 | 
			
		||||
      &:hover {
 | 
			
		||||
        text-decoration: none;
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue