Adjust anchor icon style

This commit is contained in:
2026-04-28 17:49:00 +02:00
parent 73a8b4f78f
commit 6c268aa829
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
a.href = '#' + h.id;
a.className = 'heading-anchor';
a.setAttribute('aria-label', 'Link to this section');
a.textContent = '§';
a.textContent = '#';
h.insertBefore(a, h.firstChild);
});
}());