This commit is contained in:
2025-06-23 12:20:11 +02:00
9 changed files with 129 additions and 50 deletions

View File

@@ -1,3 +1,7 @@
main a{
color: var(--brand-white)
}
.form-flex {
display: flex;
flex-direction: column;
@@ -59,3 +63,4 @@ input, textarea {
font-size: 1rem;
margin-top: 5px;
}