mirror of
https://github.com/docker/docs.git
synced 2026-03-28 06:49:00 +07:00
rewrite the script to not depend on jQuery, so that it can be run as soon as possible. Also switch to use localstorage instead of cookies, which is a more suitable mechanism for this, and use the same HTML include as was used on the landing-page for the whole site. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
15 lines
380 B
HTML
15 lines
380 B
HTML
<div class="toggle-mode">
|
|
<div class="icon">
|
|
<i class="fa fa-sun-o" aria-hidden="true"></i>
|
|
</div>
|
|
<div class="toggle-switch">
|
|
<label class="switch">
|
|
<input type="checkbox" id="switch-style">
|
|
<span class="slider round"></span>
|
|
</label>
|
|
</div>
|
|
<div class="icon">
|
|
<i class="fa fa-moon-o" aria-hidden="true"></i>
|
|
</div>
|
|
</div>
|