Skip to content

Commit

Permalink
Fixed theme toggle button
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatSINEWAVE committed May 15, 2024
1 parent 66ca6d8 commit e900059
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@

<header class="header">
<div class="theme-toggle">
<i class="fas fa-moon theme-icon"></i>
<i class="fas fa-sun theme-icon"></i>
<label class="switch">
<input type="checkbox" id="theme-switch">
<span class="slider round"></span>
</label>
<i class="fas fa-sun theme-icon"></i>
<i class="fas fa-moon theme-icon"></i>
</div>
</header>

Expand Down

0 comments on commit e900059

Please sign in to comment.