chore: match HTML background to Flutter dark theme

Changed from #1a1a2e to #111111 to match FlexScheme.aquaBlue scaffold background.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Jeroen Schweitzer
2026-01-04 20:40:39 +01:00
co-authored by Claude Opus 4.5
parent 9db677bee2
commit f0f5e08c46
+2 -1
View File
@@ -36,7 +36,8 @@
body {
margin: 0;
padding: 0;
background-color: #1a1a2e;
/* Match Flutter's dark theme scaffold background (FlexScheme.aquaBlue) */
background-color: #111111;
}
</style>
</head>