1
0
Fork 0

Slow down rainbow animation
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luca 2023-01-17 14:44:47 +01:00
parent 58d9f5eea6
commit 12b564b58a
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ h1 {
text-align: center;
@media (prefers-reduced-motion: no-preference) {
animation: rainbow 3s linear 0s infinite;
animation: rainbow 5s linear 0s infinite;
}
}