diff --git a/data/interfaces/newsletters/recently_added.html b/data/interfaces/newsletters/recently_added.html index 34f66fa4..67e93383 100644 --- a/data/interfaces/newsletters/recently_added.html +++ b/data/interfaces/newsletters/recently_added.html @@ -448,6 +448,7 @@ } .card-info-body > p { max-width: 325px; + color: #ffffff; } .card-instance.movie .card-info-body, .card-instance.show .card-info-body { @@ -499,6 +500,7 @@ border-radius: 2px; text-overflow: ellipsis; overflow: hidden; + color: #ffffff; } /* ------------------------------------- @@ -697,11 +699,11 @@
+
${movie['summary'][:450] + (movie['summary'][450:] and '...')}
+
% if show['season_count'] == 1 and show['season'][0]['episode_count'] == 1: ${show['season'][0]['episode'][0]['summary'][:350] + (show['season'][0]['episode'][0]['summary'][350:] and '...')} % else: @@ -870,15 +872,15 @@
+
${album['summary'][:200] + (album['summary'][200:] and '...')}
% endif @@ -994,11 +996,11 @@