From 55118a676883e6e5ce551ec6c22074893f38b8bc Mon Sep 17 00:00:00 2001 From: Agustin Ferrari Date: Wed, 30 Jan 2019 09:28:28 -0300 Subject: [PATCH] Change color to the links and add a couple of improvements in the comments --- assets/css/lighttheme.css | 2 +- src/invidious/comments.cr | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/assets/css/lighttheme.css b/assets/css/lighttheme.css index 34bb9fc1..919d73f3 100644 --- a/assets/css/lighttheme.css +++ b/assets/css/lighttheme.css @@ -4,6 +4,6 @@ a:active { } a { - color: #303030; + color: #0093ff; text-decoration: none; } diff --git a/src/invidious/comments.cr b/src/invidious/comments.cr index 87065b5f..3b9dd8eb 100644 --- a/src/invidious/comments.cr +++ b/src/invidious/comments.cr @@ -329,7 +329,9 @@ def template_youtube_comments(comments, locale) #{child["author"]}

#{child["contentHtml"]}

- #{translate(locale, "`x` ago", recode_date(Time.unix(child["published"].as_i64)))} + #{translate(locale, "`x` ago", recode_date(Time.unix(child["published"].as_i64)))} + | + [YT] | #{number_with_separator(child["likeCount"])}