mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-11-03 22:21:55 +00:00 
			
		
		
		
	Increased footer contrast
This commit is contained in:
		@@ -432,17 +432,30 @@ p.video-data   { margin: 0; font-weight: bold; font-size: 80%; }
 | 
			
		||||
 * Footer
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
footer {
 | 
			
		||||
  color: #919191;
 | 
			
		||||
.light-theme footer {
 | 
			
		||||
  color: #7c7c7c;
 | 
			
		||||
  margin-top: auto;
 | 
			
		||||
  padding: 1.5em 0;
 | 
			
		||||
  text-align: center;
 | 
			
		||||
  max-height: 30vh;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
footer a {
 | 
			
		||||
  color: #919191 !important;
 | 
			
		||||
  text-decoration: underline;
 | 
			
		||||
.dark-theme footer {
 | 
			
		||||
  color: #adadad;
 | 
			
		||||
  margin-top: auto;
 | 
			
		||||
  padding: 1.5em 0;
 | 
			
		||||
  text-align: center;
 | 
			
		||||
  max-height: 30vh;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.light-theme footer a {
 | 
			
		||||
  color: #7c7c7c !important;
 | 
			
		||||
/*text-decoration: underline;*/
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.dark-theme footer a {
 | 
			
		||||
  color: #adadad !important;
 | 
			
		||||
/*text-decoration: underline;*/
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
footer span {
 | 
			
		||||
@@ -548,6 +561,19 @@ span > select {
 | 
			
		||||
    color: #303030;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .no-theme footer {
 | 
			
		||||
    color: #7c7c7c;
 | 
			
		||||
    margin-top: auto;
 | 
			
		||||
    padding: 1.5em 0;
 | 
			
		||||
    text-align: center;
 | 
			
		||||
    max-height: 30vh;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .no-theme footer a {
 | 
			
		||||
    color: #7c7c7c !important;
 | 
			
		||||
/*  text-decoration: underline;*/
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .light-theme .pure-menu-heading {
 | 
			
		||||
    color: #565d64;
 | 
			
		||||
  }
 | 
			
		||||
@@ -666,6 +692,19 @@ body.dark-theme {
 | 
			
		||||
    background-color: inherit;
 | 
			
		||||
    color: inherit;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .no-theme footer {
 | 
			
		||||
    color: #adadad;
 | 
			
		||||
    margin-top: auto;
 | 
			
		||||
    padding: 1.5em 0;
 | 
			
		||||
    text-align: center;
 | 
			
		||||
    max-height: 30vh;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .no-theme footer a {
 | 
			
		||||
    color: #adadad !important;
 | 
			
		||||
  /*text-decoration: underline;*/
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user