add sort & view for species
This commit is contained in:
parent
718ca47696
commit
6fff7422e8
26 changed files with 1448 additions and 432 deletions
30
assets/css/_page-nav.scss
Normal file
30
assets/css/_page-nav.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue