mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	informational-overlays.css: Replace RGB colors with HSL colors.
This commit is contained in:
		@@ -13,7 +13,7 @@
 | 
			
		||||
 | 
			
		||||
.informational-overlays .overlay-tabs {
 | 
			
		||||
    padding: 10px 0px;
 | 
			
		||||
    border-bottom: 1px solid #eee;
 | 
			
		||||
    border-bottom: 1px solid hsl(0, 0%, 93%);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.informational-overlays .overlay-tabs .tab-switcher {
 | 
			
		||||
@@ -23,7 +23,7 @@
 | 
			
		||||
.informational-overlays .overlay-tabs .exit {
 | 
			
		||||
    float: right;
 | 
			
		||||
    font-size: 1.5rem;
 | 
			
		||||
    color: #aaa;
 | 
			
		||||
    color: hsl(0, 0%, 66%);
 | 
			
		||||
    font-weight: 600;
 | 
			
		||||
    margin: 1px 15px;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user