From 93e432d0246b668f137b2fd4a9779c09463230a4 Mon Sep 17 00:00:00 2001 From: Gaurav <88154142+ProgrammingWithGaurav@users.noreply.github.com> Date: Wed, 3 Nov 2021 21:32:02 +0530 Subject: [PATCH] Now the background image transition will work --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index 8169a91..204e8a5 100644 --- a/src/index.css +++ b/src/index.css @@ -12,7 +12,7 @@ body { background-image: url('./assets/cold-bg.jpg'); background-size: cover; background-position: bottom; - transition: 0.4 ease; + transition: all 0.4 ease; } .app.warm {