I cant win

This commit is contained in:
bingus_violet 2024-09-26 14:49:59 -05:00
parent c9140b690d
commit 6b18b47887

View file

@ -137,17 +137,17 @@ img:not(.project-inner > div > img):not(.activity>img) {
}
}
/* @keyframes textFade {
@keyframes textFade {
0% {
transform: scale(1.15);
opacity: 0;
/* opacity: 0; */
}
100% {
transform: scale(1);
opacity: 1;
/* opacity: 1; */
}
} */
}
@keyframes hideContent {
0% {