mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-03 03:46:04 -04:00
Just a couple of adjustments (#350)
* Added icons tooltips in local/en-US.json, corrected link tooltip to switch to video mode and changed heart symbol by icon in comments
This commit is contained in:
parent
f8467fcda6
commit
b04a2d4f61
4 changed files with 14 additions and 5 deletions
|
@ -1,9 +1,16 @@
|
|||
a:hover,
|
||||
a:active {
|
||||
color: #167ac6;
|
||||
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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue