diff --git a/backend/static/css/styles.css b/backend/static/css/styles.css index 5d252a5d..2ebfb42d 100644 --- a/backend/static/css/styles.css +++ b/backend/static/css/styles.css @@ -46,6 +46,9 @@ section.content { .watch-table { width: 100%; } +.watch-tag-list { + color: #e70069; +} .box { max-width: 80%; diff --git a/backend/templates/watch-overview.html b/backend/templates/watch-overview.html index 56387102..11796588 100644 --- a/backend/templates/watch-overview.html +++ b/backend/templates/watch-overview.html @@ -48,6 +48,9 @@ {% if watch.last_error is defined and watch.last_error != False %}