refactor: replace harsh shadows with subtle ring+shadow, add heading-serif and border-hairline

This commit is contained in:
2026-05-17 02:49:47 +02:00
parent d764aae9b2
commit 296581fedf
14 changed files with 39 additions and 39 deletions

View File

@@ -2,7 +2,7 @@
{{define "content"}}
<div class="flex min-h-screen items-center justify-center p-4">
<div class="w-full max-w-md">
<h1 class="mb-2 text-3xl font-normal text-foreground">Sign in</h1>
<h1 class="heading-serif mb-2 text-3xl font-normal text-foreground">Sign in</h1>
<p class="text-foreground-muted mb-8">Enter your credentials to continue.</p>
<form method="POST" action="/login" class="flex flex-col gap-6">
@@ -44,4 +44,4 @@
{{end}}
</div>
</div>
{{end}}
{{end}}