update - rename Color button to Dark Mode

This commit is contained in:
ZanzyTHEbar 2022-05-10 20:23:07 +02:00
parent 174eaffd8e
commit 9907e276dc

View File

@ -1,6 +1,6 @@
<ul>
<a href="javascript:toggleDetect()" title="Switching Schemes" class="btn btn-mode fs-2 mb-1 mb-md-0 mr-0"
id="switch-mode">Color</a>
id="switch-mode">Dark Mode</a>
</ul>
<script type="text/javascript">
var isClicked = false;