mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-11-02 21:28:29 -06:00 
			
		
		
		
	
		
			
				
	
	
		
			38 lines
		
	
	
		
			442 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			442 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
a:hover,
 | 
						|
a:active {
 | 
						|
  color: rgb(0, 182, 240);
 | 
						|
}
 | 
						|
 | 
						|
a {
 | 
						|
  color: #a0a0a0;
 | 
						|
  text-decoration: none;
 | 
						|
}
 | 
						|
 | 
						|
body {
 | 
						|
  background-color: rgba(35, 35, 35, 1);
 | 
						|
  color: #f0f0f0;
 | 
						|
}
 | 
						|
 | 
						|
.pure-form legend {
 | 
						|
  color: #f0f0f0;
 | 
						|
}
 | 
						|
 | 
						|
.pure-menu-heading {
 | 
						|
  color: #f0f0f0;
 | 
						|
}
 | 
						|
 | 
						|
input,
 | 
						|
select,
 | 
						|
textarea {
 | 
						|
  color: rgba(35, 35, 35, 1);
 | 
						|
}
 | 
						|
 | 
						|
.pure-form input[type="file"] {
 | 
						|
  color: #f0f0f0;
 | 
						|
}
 | 
						|
 | 
						|
.navbar > .searchbar input {
 | 
						|
  background-color: inherit;
 | 
						|
  color: inherit;
 | 
						|
}
 |