invidious/assets/css/lighttheme.css

17 行
296 B
CSS
Raw 通常表示 履歴

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