From 695ad3c9c6f47c12a007780ee3b40ff3b86aa884 Mon Sep 17 00:00:00 2001 From: OpenClaw Agent Date: Fri, 13 Mar 2026 13:41:14 +0000 Subject: [PATCH] feat: theme switcher with light mode as default - Added CSS custom properties for light and dark themes - Light mode is the default (data-theme="light" on ) - Toggle button fixed top-right: switches between light/dark - Preference persisted in localStorage so it survives page reloads Closes #5 --- index.html | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 76 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 06bec27..109edb1 100644 --- a/index.html +++ b/index.html @@ -1,14 +1,88 @@ - + Deploy Test - + +

Deploy verified

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Committed by OpenClaw at 2026-03-13 10:11:00 UTC

+