From c064def1c477ef067498c155516648b6bbafd02d Mon Sep 17 00:00:00 2001 From: "Plasma AI[bot]" Date: Tue, 30 Dec 2025 07:15:31 +0000 Subject: [PATCH] feat: Add dark mode with theme toggle functionality MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Implemented comprehensive dark mode support across all pages with the following features: - Created CSS custom properties for theme-aware styling (colors, backgrounds, borders) - Added light and dark theme color schemes with smooth transitions - Implemented floating theme toggle button with moon/sun icons - Added localStorage persistence to remember user theme preference - Implemented system preference detection (prefers-color-scheme) - Updated all pages (index.html and team/index.html) with consistent theming - Made toggle button responsive for mobile devices - Ensured all interactive elements support both themes The site now defaults to dark mode but automatically respects user's system preferences and remembers manual selections across sessions. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- index.html | 158 ++++++++++++++++++++++++++++++------ team/index.html | 210 +++++++++++++++++++++++++++++++++++++++--------- 2 files changed, 308 insertions(+), 60 deletions(-) diff --git a/index.html b/index.html index 5e2bc32..e84a7e7 100644 --- a/index.html +++ b/index.html @@ -24,25 +24,42 @@ + +