#14 Introduce dark mode
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
<hr>
|
||||
<div>
|
||||
<span th:text="'financer v' + ${financerVersion}"/>
|
||||
(<a th:href="@{/changelog.txt}">Changelog</a>, <a th:href="@{/readme.txt}">Readme</a>, <a th:href="@{/sendTestNotification}">Test</a>)
|
||||
(<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>
|
||||
Reference in New Issue
Block a user