Implement a switch for switching between light and dark mode

This commit is contained in:
Philipp Oppermann
2021-10-17 14:18:08 +02:00
parent 9d7c0ead07
commit 96ab77fd1e
3 changed files with 72 additions and 0 deletions

View File

@@ -50,6 +50,8 @@
</footer>
</div>
<div class="light-switch" onclick="toggle_lights()" title="Switch between light and dark theme"></div>
<script data-goatcounter="https://phil-opp.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
</body>