Privacy Policy
Last updated: March 2026
From a51112d87726c2902c06806c11bafcaa2bbb11c7 Mon Sep 17 00:00:00 2001 From: Ben Senescu <44480372+bensenescu@users.noreply.github.com> Date: Mon, 16 Mar 2026 18:09:06 -0400 Subject: [PATCH] website: fix styling (#34) * website: apply theme colors to root body * website: fix privacy page contrast in dark mode --- web/src/routes/__root.tsx | 2 +- web/src/routes/privacy.tsx | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/src/routes/__root.tsx b/web/src/routes/__root.tsx index cbc73a1..98c32a0 100644 --- a/web/src/routes/__root.tsx +++ b/web/src/routes/__root.tsx @@ -47,7 +47,7 @@ function RootDocument({ children }: { children: React.ReactNode }) { }} /> -
+Last updated: March 2026