mirror of
https://gitlab.com/fabinfra/fabinfra-theme.git
synced 2025-03-12 14:41:51 +01:00
10 lines
326 B
HTML
10 lines
326 B
HTML
<li id="night-mode-toggle">
|
|
<input type="checkbox" id = "button-status"
|
|
data-toggle="toggle"
|
|
data-width = "10"
|
|
data-height = "1"
|
|
data-on="<i class='far fa-moon fa-lg'></i>"
|
|
data-off= "<i class='far fa-sun fa-lg'></i>"
|
|
data-style="ios"
|
|
data-onstyle = "default">
|
|
</li> |