fix: header links
All checks were successful
Deploy Website / deploy-website (push) Successful in 21s
Release Standalone Builder / build (release) Successful in 23s
Release Standalone Builder / publish-aur (release) Successful in 20s
Release Standalone Builder / publish-homebrew (release) Successful in 6s

This commit is contained in:
2026-05-06 13:21:25 +02:00
parent 79bc467bf6
commit a086565ede
4 changed files with 48 additions and 23 deletions

View File

@@ -145,14 +145,17 @@ h3 {
}
.header-link {
color: inherit;
color: var(--fg);
display: inline;
text-decoration: underline;
text-decoration-color: var(--fg-muted);
}
.header-link:hover,
.header-link:focus {
background: transparent;
color: inherit;
background: var(--fg);
color: var(--bg);
text-decoration-color: var(--fg);
}
.header-anchor {