invidious/assets/css/lighttheme.css

17 lines
296 B
CSS
Raw Normal View History

2018-04-14 04:32:14 +02:00
a:hover,
a:active {
color: #167ac6 !important;
2018-04-14 04:32:14 +02:00
}
a {
2019-02-03 00:13:40 +01:00
color: #61809b;
2018-04-14 04:32:14 +02:00
text-decoration: none;
}
/* All links that do not fit with the default color goes here */
2019-03-08 17:35:18 +01:00
a:not([data-id]) > .icon,
2019-04-15 00:04:52 +02:00
.pure-u-lg-1-5 > .h-box > a[href^="/watch?"],
.playlist-restricted > ol > li > a {
color: #303030;
}