Switched to net9 and finished event workflow

This commit is contained in:
2026-01-18 19:30:20 +01:00
parent 8d0573eb7e
commit 2d3c973d47
23 changed files with 142 additions and 40 deletions

View File

@@ -8,6 +8,7 @@
header h1 {
margin: 0;
font-size: 2rem;
height: 2rem;
&:focus {
outline: none;
@@ -63,6 +64,10 @@ footer {
text-align: center;
padding: 0.5rem;
background: var(--color-primary);
a {
color: var(--color-text);
}
}
.confirm-dialog {