Fix white background on curved mobile screen edges
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 19s

Set body background-color to --bg_secondary so areas outside
the halftone main element match instead of showing white.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-25 21:29:29 +00:00
parent 8f57c15c24
commit f9a8127714

View File

@@ -85,6 +85,7 @@ body {
margin: 0 auto; margin: 0 auto;
width: 100vw; width: 100vw;
height: 100vh; height: 100vh;
background-color: var(--bg_secondary);
} }
main { main {