some CSS changes on titel and links colors

This commit is contained in:
Yeghro
2025-01-24 23:19:36 -08:00
parent f9e57d7fb0
commit bcf564a72b
3 changed files with 23 additions and 29 deletions

View File

@@ -53,14 +53,6 @@
<button id="darkModeToggle" class="theme-toggle" aria-label="Toggle dark mode">
<i class="fas fa-moon"></i>
</button>
<div class="sort-controls">
<label for="sortSelect" class="sr-only">Sort resources by</label>
<select id="sortSelect" aria-label="Sort resources">
<option value="stars">Sort by Stars</option>
<option value="name">Sort by Name</option>
<option value="recent">Sort by Recent</option>
</select>
</div>
</div>
</header>