mirror of
				https://git.bakhai.co.in/FbIN/LibreY.git
				synced 2025-11-04 03:51:32 +05:30 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
	
		
			559 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
	
		
			559 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
:root {
 | 
						|
    --main-bg: #171b25;
 | 
						|
    --main-fg: #e8eaed;
 | 
						|
 | 
						|
    --result-link-fg: #a7b1fc;
 | 
						|
    --result-fg: #ebecf7;
 | 
						|
 | 
						|
    --button-bg: #0c0d0f;
 | 
						|
 | 
						|
    --special-result-border: #3a445c;
 | 
						|
    --special-text-background: #1e222d;
 | 
						|
    --special-text-color: #e8eaed;
 | 
						|
 | 
						|
    --search-container-text-color: #ebecf7;
 | 
						|
    --search-container-background-color: #2e3443;
 | 
						|
    --search-container-background-border: #2e3443;
 | 
						|
 | 
						|
    --search-form-background-color: #0c0d0f;
 | 
						|
    
 | 
						|
    --border: #0c0d0f;
 | 
						|
 | 
						|
    --footer-fg: #999da2;
 | 
						|
    --footer-bg: #0c0d0f;
 | 
						|
    
 | 
						|
    color-scheme: dark;
 | 
						|
}
 |