Lowered background animation speed.

This commit is contained in:
2023-08-29 23:32:58 +02:00
parent c6f67ed21a
commit 3b87786066

View File

@@ -19,8 +19,8 @@
color: white;
background: linear-gradient(90deg, #ffa9a9, #64a1e0, #ffa9a9, #64a1e0);
background-size: 400% 400%;
-webkit-animation: gradientBG 14s ease infinite forwards;
animation: gradientBG 14s ease infinite forwards;
-webkit-animation: gradientBG 180s ease infinite forwards;
animation: gradientBG 180s ease infinite forwards;
font-weight: lighter;
}