Add id links to the headers and tweak link formatting

This commit is contained in:
Nathan McCarty 2025-07-12 01:25:24 -04:00
parent 5880e12b82
commit 2afc2b9d55
3 changed files with 23 additions and 2 deletions

View file

@ -110,6 +110,11 @@ body, .post, .series {
margin: auto var(--box-margin-horz);
align-self: stretch;
}
.post-body a {
text-decoration: underline dashed;
}
.post-title h1, .series-title h1 {
margin-top: 0px;
margin-bottom: 0px;
@ -335,3 +340,9 @@ footer i {
.special-post h3 {
font-size: 1.5rem;
}
/* Tweak formatting for header links to make them more or less invisible */
.heading-id-link a, .heading-id-link a:visited {
color: inherit;
text-decoration: none;
}