mirror of
https://github.com/aljazceru/awesome-nostr.git
synced 2025-12-08 14:38:49 +00:00
comment out other themes in the select
This commit is contained in:
15
index.html
15
index.html
@@ -43,9 +43,10 @@
|
||||
<input type="text" id="search" placeholder="Search resources...">
|
||||
<i class="fas fa-search"></i>
|
||||
</div>
|
||||
<div class="theme-controls">
|
||||
<select id="colorThemeSelect" class="theme-select" aria-label="Select color theme">
|
||||
<option value="cyberpunk">Default Theme</option>
|
||||
<div class="theme-controls">
|
||||
<select id="colorThemeSelect" class="theme-select" aria-label="Select color theme">
|
||||
<option value="cyberpunk">Default</option>
|
||||
<!--
|
||||
<option value="purple">Purple Dream</option>
|
||||
<option value="nature">Nature's Touch</option>
|
||||
<option value="sunset">Sunset Vibes</option>
|
||||
@@ -56,14 +57,16 @@
|
||||
<option value="nord">Nord</option>
|
||||
<option value="pastel">Pastel Pop</option>
|
||||
<option value="oceanic">Oceanic Breeze</option>
|
||||
<option value="dracula">Dracula</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>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user