diff --git a/templates/admin_topic_show.html b/templates/admin_topic_show.html index b36eff2787f0b28f53d57ffd3f2fe013b39d929c..3b50b2b26112f118dbd2a398c8d975a1ebc05618 100644 --- a/templates/admin_topic_show.html +++ b/templates/admin_topic_show.html @@ -34,7 +34,7 @@ <tbody> {% for statement in topic.sorted_statements() %} {% if statement.is_meta %} - <tr class="rede-table-bg-red"> + <tr class="mdl-color--red mdl-color-text--white"> {% else %} <tr> {% endif %}