Skip to content

Commit a3024e9

Browse files
committed
Update index.html
1 parent 4817806 commit a3024e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,11 +376,11 @@ <h2 class="color-1 weight-title-h font-title section__title center">A codeful of
376376

377377
if (isPartlyInView(footerEl)) {
378378

379-
document.documentElement.style.background = '#24262d';
379+
document.body.style.background = '#24262d';
380380

381381
} else {
382382

383-
document.documentElement.style.background = '#1a1c24';
383+
document.body.style.background = '#1a1c24';
384384

385385
}
386386

0 commit comments

Comments
 (0)