fix autosuggest for dark themes (#507)
This commit is contained in:
		
							parent
							
								
									464ed5ab71
								
							
						
					
					
						commit
						8334598786
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
					@ -25,4 +25,8 @@
 | 
				
			||||||
  --muted-modal-hover: #{rgba(255, 255, 255, 0.2)};
 | 
					  --muted-modal-hover: #{rgba(255, 255, 255, 0.2)};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  --compose-button-halo: #{rgba(255, 255, 255, 0.1)};
 | 
					  --compose-button-halo: #{rgba(255, 255, 255, 0.1)};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  --compose-autosuggest-item-hover: #{lighten($main-bg-color, 10%)};
 | 
				
			||||||
 | 
					  --compose-autosuggest-item-active: #{lighten($main-bg-color, 15%)};
 | 
				
			||||||
 | 
					  --compose-autosuggest-outline: #{lighten($border-color, 20%)};
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue