1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

fix: mode toggle not outlined when receiving keyboard focus (#1690)

The Tab key focus
This commit is contained in:
Cotes Chung
2024-04-21 00:15:14 +08:00
committed by GitHub
parent 015d5670a1
commit cd37f63a01
2 changed files with 5 additions and 5 deletions

View File

@@ -44,7 +44,7 @@
<div class="sidebar-bottom d-flex flex-wrap align-items-center w-100">
{% unless site.theme_mode %}
<button type="button" class="btn" aria-label="Switch Mode" id="mode-toggle">
<button type="button" class="btn btn-link nav-link" aria-label="Switch Mode" id="mode-toggle">
<i class="fas fa-adjust"></i>
</button>