Improve contrast for settings pages (fixes #173)
This commit is contained in:
		
							parent
							
								
									45c7ee39b3
								
							
						
					
					
						commit
						8e936b03d5
					
				
					 1 changed files with 2 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -44,7 +44,7 @@ code {
 | 
			
		|||
    label {
 | 
			
		||||
      font-family: 'Roboto';
 | 
			
		||||
      font-size: 14px;
 | 
			
		||||
      color: #9baec8;
 | 
			
		||||
      color: white;
 | 
			
		||||
      display: block;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -161,11 +161,10 @@ code {
 | 
			
		|||
  text-align: center;
 | 
			
		||||
 | 
			
		||||
  a {
 | 
			
		||||
    color: #9baec8;
 | 
			
		||||
    color: white;
 | 
			
		||||
    text-decoration: none;
 | 
			
		||||
 | 
			
		||||
    &:hover {
 | 
			
		||||
      color: #d9e1e8;
 | 
			
		||||
      text-decoration: underline;
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue