program - order sessions by month

This commit is contained in:
isUnknown 2024-08-30 14:37:13 +02:00
parent 3694b55357
commit 28c6f3d5c7
6 changed files with 111 additions and 14 deletions

View file

@ -0,0 +1,11 @@
.filters > button {
transition: color 0.2s ease-in-out;
}
.filters > button:hover {
color: var(--color-salmon);
}
.filters > button:not(:last-child) {
margin-right: 4vw;
}