mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-11-03 21:58:29 -06:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			370 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			370 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
a:hover,
 | 
						|
a:active {
 | 
						|
  color: #167ac6 !important;
 | 
						|
}
 | 
						|
 | 
						|
a {
 | 
						|
  color: #61809b;
 | 
						|
  text-decoration: none;
 | 
						|
}
 | 
						|
 | 
						|
/* All links that do not fit with the default color goes here */
 | 
						|
a:not([data-id]) > .icon,
 | 
						|
.pure-u-lg-1-5 > .h-box > a[href^="/watch?"],
 | 
						|
.playlist-restricted > ol > li > a {
 | 
						|
  color: #303030;
 | 
						|
}
 | 
						|
 | 
						|
.welcome-box {
 | 
						|
  background-image: linear-gradient(45deg, #fff, #ccc);
 | 
						|
}
 |