mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Init v1
This commit is contained in:
13
docs/_includes/website/darkmode-toggle.html
Normal file
13
docs/_includes/website/darkmode-toggle.html
Normal 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>
|
||||
Reference in New Issue
Block a user