Fix: remove hash anchor html level

This commit is contained in:
hyzen
2026-06-21 03:43:54 +05:30
parent 7f3d8405fe
commit 83dda6e904
34 changed files with 243 additions and 280 deletions

View File

@@ -1541,12 +1541,3 @@ th {
border: 1px solid var(--foreground-color);
color: var(--foreground-color);
}
/* Hide the "#" anchor link the theme appends after every heading
(blog, services, uninotes, homepage), including the theme's
:hover reveal. The heading id stays in place for deep-linking;
only the visible "#" is removed. */
.heading .heading__anchor,
.heading:hover > .heading__anchor {
display: none;
}