Login textfarbe

This commit is contained in:
2025-09-30 17:28:12 +02:00
parent 28a436df16
commit 1136c97ce2
4 changed files with 122 additions and 2 deletions

View File

@@ -19,11 +19,11 @@
<form method="post" class="w-25">
<div class="mb-3">
<label class="form-label">Username</label>
<label class="form-label label text-white">Username</label>
<input type="text" name="username" class="form-control" required>
</div>
<div class="mb-3">
<label class="form-label">Password</label>
<label class="form-label label text-white">Password</label>
<input type="password" name="password" class="form-control" required>
</div>
<button class="btn btn-primary">Login</button>