This commit is contained in:
Julie Blanc 2026-02-16 14:04:45 +01:00
parent 1b76727eff
commit 3c10e88b18
14 changed files with 272 additions and 139 deletions

View file

@ -13,6 +13,8 @@
display: flex;
flex-direction: column;
text-decoration: none;
cursor: pointer;

View file

@ -55,6 +55,11 @@
.species-list{
margin-bottom: calc(var(--spacing)*3);
.taxon:hover{
border-color: red!important;
}
}
.species-list .title{