new date list, event page progress

This commit is contained in:
elisejakob
2024-05-23 15:35:05 +02:00
parent 1c69eda47f
commit 443abe7b9e
8 changed files with 170 additions and 32 deletions

View File

@ -166,6 +166,21 @@ input[type="text"] {
transition: opacity var(--transition-easing);
}
.number {
font-family: var(--font-serif);
font-weight: 400;
}
.textLink {
font-family: var(--font-serif);
font-style: italic;
display: block;
&:after {
content: "";
}
}
.hiddenLink {
position: absolute;
top: 0;