Skip to content

Commit

Permalink
Revert anchor link icon to hash character
Browse files Browse the repository at this point in the history
  • Loading branch information
yawaramin committed Dec 12, 2024
1 parent 6175ec3 commit f6b49f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion www/themes/htmx-theme/static/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -574,5 +574,5 @@ pre[class|="language"] {
}

.zola-anchor:hover::after {
content: ' 🔗';
content: ' #';
}
2 changes: 1 addition & 1 deletion www/themes/htmx-theme/templates/anchor-link.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<a class="zola-anchor" href="#{{ id }}" aria-label="Anchor link for: {{ id }}">🔗</a>
<a class="zola-anchor" href="#{{ id }}" aria-label="Anchor link for: {{ id }}">#</a>

0 comments on commit f6b49f4

Please sign in to comment.