mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2023-06-08.git
synced 2024-08-15 00:53:38 +00:00
b04a2d4f61
* Added icons tooltips in local/en-US.json, corrected link tooltip to switch to video mode and changed heart symbol by icon in comments
16 lines
282 B
CSS
16 lines
282 B
CSS
a:hover,
|
|
a:active {
|
|
color: #167ac6 !important;
|
|
}
|
|
|
|
a {
|
|
color: #61809b;
|
|
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;
|
|
}
|