added logic for off animation text

This commit is contained in:
Kostya
2023-11-20 22:12:42 +03:00
parent 215ce9e3d9
commit 7e65ad2a5f
3 changed files with 27 additions and 6 deletions

View File

@@ -55,7 +55,11 @@
}
}
.main__content h4 span {
.default__text--main__block {
color: #6EEB21;
}
.animate__text--main__block {
animation: RaindowAnimate 5s infinite;
animation-delay: 5s;
}