This commit is contained in:
realaravinth
2021-04-05 16:38:32 +05:30
parent a78b1eb25d
commit 2ce8a46a3f
49 changed files with 1203 additions and 1036 deletions

View 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>