Skip to content

Commit

Permalink
fixed #235 (#253)
Browse files Browse the repository at this point in the history
* done

* done

---------

Co-authored-by: Shrihari Magar <[email protected]>
  • Loading branch information
dnyandeepchute and EternoSeeker authored Jun 11, 2024
1 parent b999f79 commit c4cc437
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -847,4 +847,8 @@ body {
transform: translateY(100vh) rotate(360deg);
opacity: 0;
}
}

.hov:hover{
color: aqua;
}
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
<div class="game-settings">
<button id="toggleButton"><i class="fa-solid fa-bars"></i></button>
<div class="sidenav" id="sideNav">
<div class="other-settings animate">Settings</div>
<div class="other-settings animate" class="hov">Settings</div>
<div class="cross">
<svg
xmlns="http://www.w3.org/2000/svg"
Expand Down Expand Up @@ -290,7 +290,7 @@
class="grid-checkbox"
onclick="toggleGrid()"
/>
<label for="grid-toggle" style="cursor: pointer">Gridlines</label>
<label for="grid-toggle" style="cursor: pointer" class="hov">Gridlines</label>
</div>
<div class="warp-on-edges">
<input
Expand All @@ -300,13 +300,13 @@
class="warp-checkbox"
onclick="toggleWarp()"
/>
<label for="warp-on-edges" style="cursor: pointer"
<label for="warp-on-edges" style="cursor: pointer" class="hov"
>Warp on Edges</label
>
</div>
<p class="randomness-container">
<label class="randomness-value" style="cursor: pointer"
><span>Randomness</span
><span class="hov">Randomness</span
><span id="randomValOutput">20</span></label
>
<input
Expand Down

0 comments on commit c4cc437

Please sign in to comment.