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