home: Add links to headings
This commit is contained in:
parent
eab3b281c0
commit
9f8c0d30e9
2 changed files with 15 additions and 2 deletions
|
@ -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: ", ";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue