fix(style): changed colors for dark-mode (#16404)
This commit is contained in:
		
				
					committed by
					
						
						mrugesh mohapatra
					
				
			
			
				
	
			
			
			
						parent
						
							a5a75ca9f9
						
					
				
				
					commit
					5f65f04ba4
				
			@@ -14,6 +14,7 @@
 | 
			
		||||
@gray:                   lighten(@gray-base, 33.5%); // #555
 | 
			
		||||
@gray-light:             lighten(@gray-base, 46.7%); // #777
 | 
			
		||||
@gray-lighter:           lighten(@gray-base, 93.5%); // #eee
 | 
			
		||||
@silver-chalice:         lighten(@gray-base, 45%);   // #a6a6a6
 | 
			
		||||
 | 
			
		||||
@brand-primary:         darkgreen;
 | 
			
		||||
@brand-success:         #457E86;
 | 
			
		||||
@@ -41,7 +42,8 @@
 | 
			
		||||
 | 
			
		||||
//## Night mode styles
 | 
			
		||||
@night-body-bg:         @gray-dark;
 | 
			
		||||
@night-text-color:            #ccc;
 | 
			
		||||
@night-text-color:      #ccc;
 | 
			
		||||
@night-search-color:    #044421;
 | 
			
		||||
 | 
			
		||||
//== Typography
 | 
			
		||||
//
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user