mirror of
https://github.com/aljazceru/awesome-nostr.git
synced 2025-12-09 06:48:49 +00:00
comment out other themes in the select
This commit is contained in:
@@ -45,7 +45,8 @@
|
||||
</div>
|
||||
<div class="theme-controls">
|
||||
<select id="colorThemeSelect" class="theme-select" aria-label="Select color theme">
|
||||
<option value="cyberpunk">Default Theme</option>
|
||||
<option value="cyberpunk">Default</option>
|
||||
<!--
|
||||
<option value="purple">Purple Dream</option>
|
||||
<option value="nature">Nature's Touch</option>
|
||||
<option value="sunset">Sunset Vibes</option>
|
||||
@@ -57,12 +58,14 @@
|
||||
<option value="pastel">Pastel Pop</option>
|
||||
<option value="oceanic">Oceanic Breeze</option>
|
||||
<option value="dracula">Dracula</option>
|
||||
|
||||
-->
|
||||
|
||||
</select>
|
||||
|
||||
<button id="darkModeToggle" class="theme-toggle" aria-label="Toggle dark mode">
|
||||
<i class="fas fa-moon"></i>
|
||||
</button>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
Reference in New Issue
Block a user