Fix color contrast some more in privacy warning (#3018)
* Fix color contrast some more in privacy warning Latest master appears to have changed the <strong> to this unreadable grey color. If you want that to be white then it should be pure white. If someone would rather revert this to that strong dark blue color it was before that would be good too. * Make domain dark blue again * add missing ; woops
This commit is contained in:
		
							parent
							
								
									b535966ab5
								
							
						
					
					
						commit
						a1fc2cfa09
					
				@ -236,7 +236,7 @@
 | 
			
		||||
  font-weight: 400;
 | 
			
		||||
 | 
			
		||||
  strong {
 | 
			
		||||
    color: darken($primary-text-color, 33%);
 | 
			
		||||
    color: darken($ui-secondary-color, 65%);
 | 
			
		||||
    font-weight: 500;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user