Update style.css

This commit is contained in:
Broque Thomas 2025-12-15 21:39:40 -08:00
parent 4c9f7f3b58
commit b4e4d6f07a

View file

@ -7686,12 +7686,14 @@ body {
width: 100%;
height: 100%;
background: linear-gradient(135deg,
rgba(29, 185, 84, 0.1) 0%,
rgba(138, 43, 226, 0.1) 50%,
rgba(255, 20, 147, 0.1) 100%);
rgba(29, 185, 84, 0.35) 0%,
rgba(138, 43, 226, 0.35) 50%,
rgba(255, 20, 147, 0.35) 100%);
background-size: 200% 200%;
animation: gradientShift 8s ease infinite;
z-index: 0;
opacity: 0;
animation: fadeInRow 1s ease-out forwards, gradientShift 8s ease infinite;
}
@keyframes gradientShift {