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
							
								
									a9a01aad32
								
							
						
					
					
						commit
						9621ff6982
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -236,7 +236,7 @@
 | 
				
			||||||
  font-weight: 400;
 | 
					  font-weight: 400;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  strong {
 | 
					  strong {
 | 
				
			||||||
    color: darken($primary-text-color, 33%);
 | 
					    color: darken($ui-secondary-color, 65%);
 | 
				
			||||||
    font-weight: 500;
 | 
					    font-weight: 500;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue