mirror of
https://github.com/kevinveenbirkenbach/roulette-wheel.git
synced 2025-09-09 11:47:12 +02:00
light and darkmode change logic & disable buttons after start spin & format
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<div class="light-dark-mode">
|
||||
<img class="moon-sun" src='static/moon.png' alt="mode">
|
||||
<img class="moon-sun" src="static/moon.png" alt="mode" />
|
||||
</div>
|
||||
<div class="menu">
|
||||
<p class="counter"></p>
|
||||
@@ -26,7 +26,12 @@
|
||||
</div>
|
||||
<footer>
|
||||
<div hidden="true" class="icons-authors">
|
||||
<img class="moon-sun" src='static/moon.png' alt="mode"> <img class="moon-sun" src='static/sun.png' alt="mode"> Made by made by <a href="https://www.freepik.com" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a>
|
||||
<img class="moon-sun" src="static/moon.png" alt="mode" />
|
||||
<img class="moon-sun" src="static/sun.png" alt="mode" /> Made by made by
|
||||
<a href="https://www.freepik.com" title="Freepik">Freepik</a> from
|
||||
<a href="https://www.flaticon.com/" title="Flaticon"
|
||||
>www.flaticon.com</a
|
||||
>
|
||||
</div>
|
||||
<p>Icons</p>
|
||||
</footer>
|
||||
|
Reference in New Issue
Block a user