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:
parent
4ca71181c7
commit
d68e76478d
2 changed files with 9 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue