Skip to content

Commit f1c08c9

Browse files
committed
Update index.html
1 parent 0767add commit f1c08c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ <h2 class="color-1 weight-title-h font-title section__title center">A codeful of
362362

363363
const scrolled = window.scrollY || window.pageYOffset;
364364

365-
if (scrolled < (heroEl.clientHeight - 15)) {
365+
if (scrolled <= (heroEl.clientHeight - 15)) {
366366

367367
themeColorTag.content = '#0f1014';
368368

0 commit comments

Comments
 (0)