Fixed darkmode button position to be responsive
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user