Skip to content

Commit 763c27d

Browse files
Sync index.html fallback colors with dark theme defaults
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2cf6e32 commit 763c27d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

app/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<meta name="theme-color" content="#1f2129" />
6+
<meta name="theme-color" content="#1d1e20" />
77
<style>
88
html,
99
body,
@@ -14,13 +14,13 @@
1414

1515
html {
1616
color-scheme: dark;
17-
background: #1f2129;
17+
background: #1d1e20;
1818
}
1919

2020
body {
2121
margin: 0;
22-
background: #1f2129;
23-
color: #e6e6e6;
22+
background: #1d1e20;
23+
color: #dfe0e0;
2424
overflow: hidden;
2525
}
2626
</style>

0 commit comments

Comments
 (0)