fix: tables + icons

This commit is contained in:
Cory Dransfeldt 2024-10-02 20:41:09 -07:00
parent 0a80ff3dff
commit 86205fd7e2
No known key found for this signature in database
45 changed files with 117 additions and 102 deletions

View file

@ -3,10 +3,10 @@
<theme-toggle>
<button class="theme-toggle">
<span class="light">
{% tablericon "sun" "Toggle light theme" %}
{% tablericon "sun" %}
</span>
<span class="dark">
{% tablericon "moon" "Toggle dark theme" %}
{% tablericon "moon" %}
</span>
</button>
</theme-toggle>