add sort & view for species

This commit is contained in:
Julie Blanc 2026-02-15 23:14:52 +01:00
parent 718ca47696
commit 6fff7422e8
26 changed files with 1448 additions and 432 deletions

30
assets/css/_page-nav.scss Normal file
View file

@ -0,0 +1,30 @@
.page-nav{
.toc{
list-style: none;
li{
font-size: var(--fs-normal);
line-height: 1.2;
font-weight: bold;
margin-bottom: calc(var(--spacing)*1);
a{
color: currentColor;
text-decoration: none;
&:hover{
text-decoration: 1px underline;
text-underline-offset: 2px;
}
}
}
}
}