Images update
This commit is contained in:
+1
-3
@@ -268,9 +268,7 @@ window.addEventListener('scroll', function () {
|
||||
}
|
||||
});
|
||||
navAnchors.forEach(function (a) {
|
||||
a.style.color = a.getAttribute('href') === '#' + current
|
||||
? 'var(--white)'
|
||||
: '';
|
||||
a.classList.toggle('nav-active', a.getAttribute('href') === '#' + current);
|
||||
});
|
||||
}, { passive: true });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user