Skip to content

Commit

Permalink
Fixing dark / light mode toggle switch some more
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWongLife committed May 27, 2024
1 parent 2858904 commit 816e261
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<li class="nav-item">
<a class="nav-link" href="resume.html">Resume</a>
</li>
<li>
<li class="nav-item">
<p>Light</p>
<div class="form-check form-switch">
<input class="form-check-input" type="checkbox" id="darkModeSwitch" checked>
Expand Down
2 changes: 1 addition & 1 deletion contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<li class="nav-item">
<a class="nav-link" href="resume.html">Resume</a>
</li>
<li>
<li class="nav-item">
<p>Light</p>
<div class="form-check form-switch">
<input class="form-check-input" type="checkbox" id="darkModeSwitch" checked>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<li class="nav-item">
<a class="nav-link" href="resume.html">Resume</a>
</li>
<li>
<li class="nav-item">
<p>Light</p>
<div class="form-check form-switch">
<input class="form-check-input" type="checkbox" id="darkModeSwitch" checked>
Expand Down
2 changes: 1 addition & 1 deletion resume.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<li class="nav-item">
<a class="nav-link" href="resume.html">Resume</a>
</li>
<li>
<li class="nav-item">
<p>Light</p>
<div class="form-check form-switch">
<input class="form-check-input" type="checkbox" id="darkModeSwitch" checked>
Expand Down

0 comments on commit 816e261

Please sign in to comment.