Change site to Light Mode for now #6

Merged
TheRealAndrew merged 9 commits from lightmode into main 2026-01-12 11:49:15 +09:00
Showing only changes of commit 10b143193b - Show all commits

View File

@@ -98,9 +98,7 @@
{% endif %} {% endif %}
</td> </td>
<td> <td>
{% if file.reusable %}
<a href="/delete/{{ file.code }}" style="color: red;">Delete</a> <a href="/delete/{{ file.code }}" style="color: red;">Delete</a>
{% endif %}
</td> </td>
</tr> </tr>
{% endfor %} {% endfor %}