home: Add links to headings

This commit is contained in:
jtbx 2023-10-22 00:17:53 +02:00
commit 9f8c0d30e9
2 changed files with 15 additions and 2 deletions

View file

@ -30,6 +30,18 @@ body>main {
padding-bottom: var(--spacing);
}
.small {
font-size: 0.7em;
}
.on-hover {
display: none;
}
.on-hover-trg:hover .on-hover {
display: initial;
}
.li-comma {
&::after {
content: ", ";