From 83d55df73fd1c6e369c33bb2991e4ba0e28d53f3 Mon Sep 17 00:00:00 2001 From: James Magahern Date: Fri, 13 Feb 2026 23:20:57 -0800 Subject: [PATCH] web: dark style --- web/src/App.tsx | 18 +++++++++--------- web/src/index.css | 29 +++++++++++++++-------------- 2 files changed, 24 insertions(+), 23 deletions(-) diff --git a/web/src/App.tsx b/web/src/App.tsx index 0878ade..43592ab 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -330,7 +330,7 @@ export default function App() { if (isCheckingSession) { return ( -
+

Checking session...

); @@ -338,10 +338,10 @@ export default function App() { if (!isAuthenticated) { return ( -
-
+
+
-
+
@@ -388,8 +388,8 @@ export default function App() { return (
-
-