updated the website with new features and improvements
This commit is contained in:
14
links.html
14
links.html
@@ -34,9 +34,17 @@
|
||||
<div class="nav-links">
|
||||
<a href="links.html" class="active">Links</a>
|
||||
</div>
|
||||
<button class="theme-toggle" type="button" aria-label="Toggle dark mode" aria-pressed="false">
|
||||
<i class="fa-solid fa-moon"></i>
|
||||
</button>
|
||||
<div class="theme-menu">
|
||||
<button class="theme-toggle" type="button" aria-label="Theme: Auto" aria-expanded="false">
|
||||
<i class="fa-solid fa-circle-half-stroke"></i>
|
||||
<span class="theme-caret"><i class="fa-solid fa-chevron-down"></i></span>
|
||||
</button>
|
||||
<div class="theme-dropdown" role="menu" aria-label="Theme">
|
||||
<button class="theme-option" type="button" data-theme-choice="auto" role="menuitem">Auto</button>
|
||||
<button class="theme-option" type="button" data-theme-choice="light" role="menuitem">Light</button>
|
||||
<button class="theme-option" type="button" data-theme-choice="dark" role="menuitem">Dark</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user