Added login form

Still needs to be hooked onto a submit functionality
This commit is contained in:
2024-05-02 22:36:34 +02:00
parent 4ec7f9ad38
commit 94ef5a1d23
2 changed files with 48 additions and 2 deletions

View File

@ -10,7 +10,7 @@ body {
background: black;
}
p, a, li {
p, a, li, label {
font-family: Arial, sans-serif;
color: #FFF;
}