add login system (in Bearbeitung)

This commit is contained in:
2025-06-18 11:17:02 +02:00
parent 47e6d11fad
commit f59491a327
6 changed files with 33 additions and 5 deletions

View File

@@ -152,4 +152,8 @@ form select {
.hover:hover{
opacity: .75;
text-decoration: none;
}
/*TODO Muss in die form.css übernommen werden*/
main a{
color: var(--brand-white);
}