We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e51595c commit dccc3daCopy full SHA for dccc3da
index.html
@@ -26,7 +26,7 @@ <h1>ENGINNERING</h1>
26
<li><a href="#contact">Contact</a></li>
27
</ul>
28
<footer id="nav-footer">
29
- <button id="themebtn" onclick="changeTheme()"><img class="theme-img" src="images/sun.png" alt="light" id="dark-light-img"></button><img id="ligth-img" class="theme-img" src="images/sun.png" alt="light">
+ <img id="ligth-img" class="theme-img" src="images/sun.png" alt="light">
30
<div id="toggle-div">
31
<input type="checkbox" class="hide-me" id="theme-toggle" value="dark">
32
<label class="toggle" for="theme-toggle" value="dark"></label>
0 commit comments