Implementation of dark mode

Dark mode is now enabled if the users device is set to use it.
Also minor stylistic changes were made
This commit is contained in:
sraffauf
2026-01-22 19:44:46 +01:00
parent 9b4a347269
commit a2d78fa4a9
2 changed files with 176 additions and 2 deletions

View File

@@ -19,7 +19,6 @@
<input type="password" id="password" name="password" required />
<button type="submit">Einloggen</button>
</form>
<p id="errorMsg" style="color: red;"></p>
</div>
<!--<script src="../js/login.js"></script>-->
</body>