Files
pablo 201451d89f
CI / test (push) Successful in 1m54s
CI / build (push) Successful in 16s
feat: improved UI
2026-07-31 15:09:50 +02:00

10 lines
234 B
HTML

<button
onclick="switchTheme()"
id="theme-toggle"
type="button"
aria-label="switchtheme"
class="btn btn-ghost btn-circle">
{% include 'components/icons/moon.svg' %}
{% include 'components/icons/sun.svg' %}
</button>