diff --git a/html/poketube.ejs b/html/poketube.ejs index 823f3f57..d733fc16 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -2129,6 +2129,10 @@ fetch(statsurl + "?browser=" + encodedBrowserName) text-decoration:underline; font-weight:bold } + + .video a { + text-decoration:none !important; +} summary{ color:gray; } @@ -2943,7 +2947,10 @@ More Epic options owo~ <% if (!f) { %> - <% inv_vid?.recommendedVideos.forEach(x => { %> + +<% if (inv_vid.recommendedVideos) { %> + +<% inv_vid?.recommendedVideos.forEach(x => { %>