mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-13 19:15:39 +00:00
panel
This commit is contained in:
13
frontend/templates/panel/nav/theme-toggle/index.html
Normal file
13
frontend/templates/panel/nav/theme-toggle/index.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<div class="theme-switch">
|
||||
<input type="checkbox" id="theme-switch_checkbox" class="theme-switch__checkbox" checked />
|
||||
<label for="theme-switch__checkbox">
|
||||
<span></span>
|
||||
<span class="theme-switch__dark>Dark</span>
|
||||
<span class="theme-switch__light>Dark</span>
|
||||
</label>
|
||||
<style>
|
||||
.theme-switch__light {
|
||||
display: none;
|
||||
}
|
||||
</style>
|
||||
</div>
|
||||
Reference in New Issue
Block a user