No description
Find a file
Lucas 7a4fa4b312 Fix dark mode flash by inlining critical script
- Move dark mode detection to inline script in HTML head
- Prevents white flash in Firefox by applying theme before render
- Clean up redundant code in dark-mode.js
- Apply fix to all HTML pages for consistent behavior

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-14 04:09:18 +02:00
.gitignore Initial commit: Web development playground 2025-06-14 01:38:32 +02:00
account.html Fix dark mode flash by inlining critical script 2025-06-14 04:09:18 +02:00
ajax.html Fix dark mode flash by inlining critical script 2025-06-14 04:09:18 +02:00
CLAUDE.md WIP: Dark mode implementation in progress 2025-06-14 04:02:10 +02:00
dark-mode.js Fix dark mode flash by inlining critical script 2025-06-14 04:09:18 +02:00
echo-test.html Fix dark mode flash by inlining critical script 2025-06-14 04:09:18 +02:00
go.mod Initial commit: Web development playground 2025-06-14 01:38:32 +02:00
go.sum Initial commit: Web development playground 2025-06-14 01:38:32 +02:00
index.html Fix dark mode flash by inlining critical script 2025-06-14 04:09:18 +02:00
items.html Fix dark mode flash by inlining critical script 2025-06-14 04:09:18 +02:00
main.go Add mining resource system with background updates 2025-06-14 03:29:29 +02:00
mining.html Fix dark mode flash by inlining critical script 2025-06-14 04:09:18 +02:00
random.html Fix dark mode flash by inlining critical script 2025-06-14 04:09:18 +02:00
styles.css WIP: Dark mode implementation in progress 2025-06-14 04:02:10 +02:00