Add the ability for post headers to be links when you add a link parameter to the page front matter

This commit is contained in:
Eryn Wells 2023-01-07 09:43:15 -08:00
parent 4ca71181c7
commit d68e76478d
2 changed files with 9 additions and 1 deletions

View file

@ -470,6 +470,14 @@ header > span.series::before {
padding-bottom: 0;
}
.post-title h1 > .link-arrow {
margin-inline-start: 0.5rem;
text-decoration: none;
}
.post-title h1 > .link-arrow:hover {
text-decoration: none;
}
.post-title > .post-date {
color: var(--light-dim);
display: inline-block;