finish page species

This commit is contained in:
Julie Blanc 2026-02-15 23:56:23 +01:00
parent 6fff7422e8
commit a1a98d67b5
13 changed files with 1127 additions and 512 deletions

View file

@ -9,7 +9,9 @@
}
.is-selected{
background-color: var(--color-txt);
border-color: var(--color-txt);
color: var(--white);
cursor: auto;
a{
color: var(--white);
}
@ -22,11 +24,4 @@
}
.group-sort-view{
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
margin-bottom: calc(var(--spacing)*1.5);
}