diff --git a/templates/speech_content_index.html b/templates/speech_content_index.html
index 21f65b66e2522bea04739ca17ac5cff59d791913..fe067f6af11f53a2431ee0c06bbe8d6d4e56d274 100644
--- a/templates/speech_content_index.html
+++ b/templates/speech_content_index.html
@@ -20,7 +20,7 @@
         <tbody>
         {% for topic in event.sorted_topics() %}
             {% if topic.id == event.current_topic_id %}
-                <tr class="rede-table-bg-blue rede-table-centered">
+                <tr class="mdl-color--blue mdl-color-text--white rede-table-centered">
                     <td colspan="2">{{ topic.name }}</td>
                 </tr>
                 {% for statement in event.get_current_topic().sorted_statements() %}