This commit is contained in:
Jeremy Thomas
2024-03-21 16:11:54 +00:00
parent 16f1b76881
commit 69877a652c
3261 changed files with 255369 additions and 108913 deletions

View File

@@ -0,0 +1,13 @@
<button class="js-darkmode bd-darkmode thing">
<span class="icon is-small bd-hidden-dark">
<i class="fas fa-moon color-moon" aria-hidden="true"></i>
</span>
<span class="bd-hidden-dark">Dark Mode</span>
<span class="icon is-small bd-hidden-light">
<i class="fas fa-sun color-sun" aria-hidden="true"></i>
</span>
<span class="bd-hidden-light">Light Mode</span>
</button>