Fix forum boards white color style

So it works on all templates
This commit is contained in:
slawkens 2021-05-23 02:53:57 +02:00
parent 152e5ac70e
commit 3e9544f1dc

View File

@ -1,21 +1,21 @@
<b>Boards</b> <b>Boards</b>
<table width="100%"> <table width="100%">
<tr bgcolor="{{ config.vdarkborder }}"> <tr bgcolor="{{ config.vdarkborder }}" class="white">
<td> <td>
<span style="color: white; font-size: 10px"><b>Board</b></span> <span style="font-size: 10px"><b>Board</b></span>
</td> </td>
<td> <td>
<span style="color: white; font-size: 10px"><b>Posts</b></span> <span style="font-size: 10px"><b>Posts</b></span>
</td> </td>
<td> <td>
<span style="color: white; font-size: 10px"><b>Threads</b></span> <span style="font-size: 10px"><b>Threads</b></span>
</td> </td>
<td align="center"> <td align="center">
<span style="color: white; font-size: 10px"><b>Last Post</b></span> <span style="font-size: 10px"><b>Last Post</b></span>
</td> </td>
{% if canEdit %} {% if canEdit %}
<td> <td>
<span style="color: white; font-size: 10px"><b>Options</b></span> <span style="font-size: 10px"><b>Options</b></span>
</td> </td>
{% endif %} {% endif %}
</tr> </tr>