#14 Introduce dark mode

This commit is contained in:
2021-03-01 23:43:31 +01:00
parent ad540950cd
commit fde1c6787e
31 changed files with 137 additions and 13 deletions

View File

@@ -2,6 +2,9 @@
<hr>
<div>
<span th:text="'financer v' + ${financerVersion}"/>
&nbsp;(<a th:href="@{/changelog.txt}">Changelog</a>,&nbsp;<a th:href="@{/readme.txt}">Readme</a>, <a th:href="@{/sendTestNotification}">Test</a>)
&nbsp;(<a th:href="@{/changelog.txt}" th:text="#{financer.footer.changelog}" />,
<a th:href="@{/readme.txt}" th:text="#{financer.footer.readme}" />,
<a th:href="@{/sendTestNotification}" th:text="#{financer.footer.testNotification}" />,
<a th:href="@{/toggleDarkMode}" th:text="#{financer.footer.toggleDarkMode}" />)
</div>
</div>