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
+2 -2
View File
@@ -234,12 +234,12 @@ main {
max-width: 100%;
}
.heading-anchor {
.content a.heading-anchor {
color: var(--text-muted);
margin-right: 0.4em;
font-weight: normal;
}
.heading-anchor:hover {
.content a.heading-anchor:hover {
color: var(--primary-hover);
}