We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0767add commit f1c08c9Copy full SHA for f1c08c9
index.html
@@ -362,7 +362,7 @@ <h2 class="color-1 weight-title-h font-title section__title center">A codeful of
362
363
const scrolled = window.scrollY || window.pageYOffset;
364
365
- if (scrolled < (heroEl.clientHeight - 15)) {
+ if (scrolled <= (heroEl.clientHeight - 15)) {
366
367
themeColorTag.content = '#0f1014';
368
0 commit comments