Skip to content

Commit

Permalink
Merge pull request #28 from shinyichen/darkmode-fix
Browse files Browse the repository at this point in the history
Hide dark mode switch
  • Loading branch information
shinyichen authored Jun 22, 2021
2 parents fee0856 + e1da044 commit 080e2de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adscore/templates/base-form.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
</div>
</div>
</div>
<div id="darkSwitch" class="darkmode-toggle" title="Turn on dark mode">🌓</div>
<div id="darkSwitch" class="darkmode-toggle hidden" title="Turn on dark mode">🌓</div>

<script>
function autocomplete(searchBox, autoValues) {
Expand Down

0 comments on commit 080e2de

Please sign in to comment.