Skip to content
Snippets Groups Projects
Commit 3b6fdf34 authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

More blue per blue, even when hovering

parent 8e011d98
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<tbody> <tbody>
{% for topic in event.sorted_topics() %} {% for topic in event.sorted_topics() %}
{% if topic.id == event.current_topic_id %} {% 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> <td colspan="2">{{ topic.name }}</td>
</tr> </tr>
{% for statement in event.get_current_topic().sorted_statements() %} {% for statement in event.get_current_topic().sorted_statements() %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment