fix background + text animation
This commit is contained in:
parent
2937c0ba01
commit
8f15db7d81
1 changed files with 4 additions and 1 deletions
|
@ -43,6 +43,9 @@ body.animated {
|
|||
body.animated-text {
|
||||
animation: text_animation 60s ease-in-out infinite;
|
||||
}
|
||||
body.animated.animated-text {
|
||||
animation: background_animation 60s ease-in-out infinite, text_animation 60s ease-in-out infinite;
|
||||
}
|
||||
|
||||
body {
|
||||
color: #ddd;
|
||||
|
|
Loading…
Reference in a new issue