Update style.css

pull/97/head
Broque Thomas 5 months ago
parent 4c9f7f3b58
commit b4e4d6f07a

@ -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 {

Loading…
Cancel
Save