Dark mode is working to a level where i am happy with it
Note: i did ask gemini for some help on this, but understand and still wrote everything out
This commit is contained in:
parent
d33ee77693
commit
ab09058c3d
3 changed files with 42 additions and 17 deletions
|
|
@ -53,13 +53,13 @@ changes visibility with JS-->
|
|||
<div class="settings-mode" id="settings-mode">
|
||||
<div class="settings" id="settings">
|
||||
<h1>Client Settings (Saved to device)</h1>
|
||||
<!--
|
||||
|
||||
<div class="item">
|
||||
<h2 for="darkmode-button">Dark Mode:</h2>
|
||||
<p class="italic">Opposite of light mode</p>
|
||||
<button title="darkmode-button" id="darkmode-button">Off</button>
|
||||
</div>
|
||||
-->
|
||||
|
||||
<div class="item">
|
||||
<h2 for="iptextbox">Server IP:</h2>
|
||||
<p class="italic">IP of the device running the song server</p>
|
||||
|
|
@ -107,7 +107,7 @@ changes visibility with JS-->
|
|||
</div>
|
||||
</div>
|
||||
<!--All the buttons are down here but settings is just doing its own thing-->
|
||||
<img class="settings-button" id="settings-button" src="./images/settings.png" alt="settings"></img>
|
||||
<img class="settings-button control-button" id="settings-button" src="./images/settings.png" alt="settings"></img>
|
||||
<div id="controls" class="controls">
|
||||
<img class="control-button" id="playlist-button" src="./images/playlist.png" alt="Playlist"></img>
|
||||
<img class="control-button" id="play-pause-button" src="./images/play-pause.png" alt="Play pause"></img>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue