mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
14 lines
393 B
HTML
14 lines
393 B
HTML
<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>
|