You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
invidious/assets/css/lighttheme.css

17 lines
282 B
CSS

7 years ago
a:hover,
a:active {
color: #167ac6 !important;
7 years ago
}
a {
color: #61809b;
7 years ago
text-decoration: none;
}
/* All links that do not fit with the default color goes here */
a > .icon,
.pure-u-md-1-5 > .h-box > a[href^="/watch?"],
.playlist-restricted > ol > li > a {
color: #303030;
}