mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-18 05:41:31 +00:00
Improve SEO & accessibility on mode toggle element
This commit is contained in:
@@ -54,9 +54,9 @@
|
||||
<div class="sidebar-bottom mt-auto d-flex flex-wrap justify-content-center align-items-center">
|
||||
|
||||
{% unless site.theme_mode %}
|
||||
<a id="mode-toggle-wrapper" tabindex="0" onclick="flipMode()">
|
||||
<i class="mode-toggle fas fa-adjust"></i>
|
||||
</a>
|
||||
<button class="mode-toggle btn" aria-label="Switch Mode">
|
||||
<i class="fas fa-adjust"></i>
|
||||
</button>
|
||||
|
||||
{% if site.data.contact.size > 0 %}
|
||||
<span class="icon-border"></span>
|
||||
|
||||
Reference in New Issue
Block a user