update colors

This commit is contained in:
Evgeny Poberezkin
2025-10-28 20:07:26 +00:00
parent 4b65394eb9
commit d1f55aba5c
22 changed files with 62 additions and 53 deletions
+3 -3
View File
@@ -11,7 +11,7 @@
}
.dark .tab-button{
color: #fff;
background: linear-gradient(#0C0B13, #0C0B13) padding-box,
background: linear-gradient(#000832, #000832) padding-box,
linear-gradient(to bottom, #01F1FF, transparent) border-box;
}
.tab-button.active {
@@ -127,7 +127,7 @@ window.addEventListener("load", function () {
targetFrame = 0;
animateToTarget();
}
}else if(index === 1){
}else if(index === 1){
if (currentFrame !== 35) {
targetFrame = 35;
animateToTarget();
@@ -144,7 +144,7 @@ window.addEventListener("load", function () {
});
}
});
});
});
const targetNode = document.querySelector(".simplex-explained-swiper .swiper-pagination");
observer.observe(targetNode, { attributes: true });