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