Skip to content

Commit

Permalink
fix: mode selector cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Jun 17, 2022
1 parent 126bb2d commit 87f2186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/header/theme.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{{- range slice "light" "dark" "auto" -}}
{{- $item := index $modes . -}}
<li class="mode-item{{ if eq $mode . }} active{{ end }}" data-color-mode="{{ . }}" data-icon="{{ $item.icon }}">
<a class="dropdown-item">
<a class="dropdown-item" href="#">
<i class="mode-icon fas fa-fw fa-{{ $item.icon }}"></i> {{ . | title }}
</a>
</li>
Expand Down

0 comments on commit 87f2186

Please sign in to comment.