diff --git a/html/poketube.ejs b/html/poketube.ejs index f416fbea..1f933c48 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -678,7 +678,12 @@ background-color: #0000; background-color: rgb(24, 26, 27); background-image: none; } - + + .video-info-pill-channelname:hover { + color: #f08; + text-decoration: none; +} + .subscribe-button:hover { background-color: rgb(24, 26, 27); background-image: linear-gradient(90deg, rgb(166, 30, 99), rgb(111, 88, 0), rgb(166, 30, 99), rgb(111, 88, 0));