Browse Source
			
			
			🌑 add darkmode support for focused input elements
			
			
				pull/32/head^2
			
			
		 
		
			
				
					
						 Philipp Dormann
					
					4 years ago
						Philipp Dormann
					
					4 years ago
					
				 
				
			 
		 
		
			
				
					
					No known key found for this signature in database
					
						
							GPG Key ID: 3BB9ADD52DCA4314
						
					
				
			
		
		
		
	
		
			
				 1 changed files with 
3 additions and 
1 deletions
			 
			
		 
		
			
				- 
					
					
					 
					src/assets/app.scss
				
				
				
					
						
							
								
									
	
		
			
				
					|  |  | @ -19,7 +19,9 @@ a, | 
			
		
	
		
			
				
					|  |  |  | } | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | .form-control, | 
			
		
	
		
			
				
					|  |  |  | .form-select { | 
			
		
	
		
			
				
					|  |  |  | .form-control:focus, | 
			
		
	
		
			
				
					|  |  |  | .form-select, | 
			
		
	
		
			
				
					|  |  |  | .form-select:focus { | 
			
		
	
		
			
				
					|  |  |  |     color: var(--main-font-color); | 
			
		
	
		
			
				
					|  |  |  |     background-color: var(--background-4); | 
			
		
	
		
			
				
					|  |  |  | } | 
			
		
	
	
		
			
				
					|  |  | 
 |