Skip to content

Commit 9f9bfaf

Browse files
p4gsclaudehappy-otter
committed
fix: restore body background to transparent so 3D canvas shows through
The canvas is at z-index:-2 (behind body). Setting body to #000 made it opaque and hid the canvas. Keep html black as fallback, body transparent so the fixed canvas behind it remains visible. Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
1 parent 478e6ea commit 9f9bfaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/projects/nthpartyfinder/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
font-size: 16px;
5555
line-height: 1.65;
5656
color: var(--text);
57-
background: #000;
57+
background: transparent;
5858
-webkit-font-smoothing: antialiased;
5959
padding-top: 68px;
6060
}

0 commit comments

Comments
 (0)