Fixed darkmode button position to be responsive

This commit is contained in:
2023-06-29 18:55:59 +02:00
parent f8d4f03cf8
commit cf0104d387
2 changed files with 10 additions and 3 deletions

View File

@ -103,7 +103,7 @@
This can improve the experience for assistive technology users by hiding what is essentially duplicated
-->
<input class="button" type="checkbox" id="darkmode-toggle" onclick="setTheme()"/>
<input type="checkbox" id="darkmode-toggle" onclick="setTheme()"/>
<label for="darkmode-toggle"></label>
<script>