mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 14:03:30 +00:00 
			
		
		
		
	dark-mode: Change top-of-messages colors for dark mode.
Make it a white background with the “Z” in the same dark grey/blue color as the background.
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							d883f3308c
						
					
				
				
					commit
					387bdd34c7
				
			@@ -282,3 +282,13 @@ body.dark-mode .alert-box .alert {
 | 
				
			|||||||
body.dark-mode .alert-box .alert.alert-error::before {
 | 
					body.dark-mode .alert-box .alert.alert-error::before {
 | 
				
			||||||
    color: 1px solid hsl(0, 75%, 65%);
 | 
					    color: 1px solid hsl(0, 75%, 65%);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					body.dark-mode .top-messages-logo svg path {
 | 
				
			||||||
 | 
					    fill: #222d3b;
 | 
				
			||||||
 | 
					    stroke: #222d3b;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					body.dark-mode .top-messages-logo svg circle {
 | 
				
			||||||
 | 
					    fill: #fff;
 | 
				
			||||||
 | 
					    stroke: #fff;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user