diff --git a/assets/css/lighttheme.css b/assets/css/lighttheme.css index 1ecd2bd0..6f1ad171 100644 --- a/assets/css/lighttheme.css +++ b/assets/css/lighttheme.css @@ -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; +} diff --git a/locales/en-US.json b/locales/en-US.json index 20fc019e..b985908e 100644 --- a/locales/en-US.json +++ b/locales/en-US.json @@ -274,5 +274,7 @@ "%A %B %-d, %Y": "%A %B %-d, %Y", "(edited)": "(edited)", "Youtube permalink of the comment": "Youtube permalink of the comment", - "`x` marked it with a ❤": "`x` marked it with a ❤" + "`x` marked it with a ❤": "`x` marked it with a ❤", + "Audio mode": "Audio mode", + "Video mode": "Video mode" } diff --git a/src/invidious/comments.cr b/src/invidious/comments.cr index bd377611..5f1108aa 100644 --- a/src/invidious/comments.cr +++ b/src/invidious/comments.cr @@ -324,7 +324,7 @@ def template_youtube_comments(comments, locale)
-
🖤
+
diff --git a/src/invidious/views/watch.ecr b/src/invidious/views/watch.ecr index e6457e69..9432eb4e 100644 --- a/src/invidious/views/watch.ecr +++ b/src/invidious/views/watch.ecr @@ -35,11 +35,11 @@

<%= HTML.escape(video.title) %> <% if params[:listen] %> - + " href="/watch?<%= env.params.query %>&listen=0"> <% else %> - + " href="/watch?<%= env.params.query %>&listen=1"> <% end %>