From 3ad8c4c2e91898837ce7390235e56fb25028db27 Mon Sep 17 00:00:00 2001 From: Brummel Date: Mon, 20 Apr 2026 10:55:16 +0200 Subject: [PATCH] Refactor login page styling Adjusted layout for better readability and alignment. Increased heading size and centered it. Updated input and button padding for consistency and improved visual hierarchy. Added a subtle color and increased font-size for labels. --- server/templates/login.html | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/server/templates/login.html b/server/templates/login.html index d6e3873..d639084 100644 --- a/server/templates/login.html +++ b/server/templates/login.html @@ -4,23 +4,24 @@ Doctate — Login -

Doctate Login

+

Doctate

{% match error %} {% when Some with (msg) %}
{{ msg }}
{% when None %} {% endmatch %}
- +