From 1a8c9b8f18424081544aaf47a85983b02b194c9d Mon Sep 17 00:00:00 2001 From: soryu Date: Mon, 19 Jan 2026 21:43:06 +0000 Subject: Update login page theme to match makima.jp visual design Replace generic zinc Tailwind colors with the blue-themed colors used throughout makima.jp: - Form container now uses panel class with blue borders - Input fields use bg-[#0f1c2f] and border-[#2f476d] colors - Labels updated to text-[#9bc3ff] (text-secondary) - Mode switcher tabs use blue accents instead of white - Submit button styled with blue primary (#0f3c78) background - Headings use text-[#f0f5ff] for consistency - Auth not configured message also themed Co-Authored-By: Claude Opus 4.5 --- makima/frontend/src/routes/login.tsx | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/makima/frontend/src/routes/login.tsx b/makima/frontend/src/routes/login.tsx index 63b3af3..ca1ebd0 100644 --- a/makima/frontend/src/routes/login.tsx +++ b/makima/frontend/src/routes/login.tsx @@ -55,12 +55,12 @@ export default function LoginPage() {
-
-

Authentication Required

-

+

+

Authentication Required

+

Authentication is not configured. Please configure Supabase authentication to use this application.

-

+

For API access, use an API key in request headers instead.

@@ -73,23 +73,23 @@ export default function LoginPage() {
-
+
-

Sign In

-

+

Sign In

+

{mode === "signin" && "Sign in to your account"} {mode === "signup" && "Create a new account"}

{/* Mode switcher */} -
+
-- cgit v1.2.3