Spaces:
Running
Running
Update style.css
Browse files
style.css
CHANGED
@@ -23,7 +23,7 @@ html, body {
|
|
23 |
background-repeat: no-repeat;
|
24 |
|
25 |
/* Add smooth transition effect for background changes */
|
26 |
-
transition: background-image 0.
|
27 |
}
|
28 |
|
29 |
/* Ensure the scrollable area is tall enough to allow scrolling */
|
|
|
23 |
background-repeat: no-repeat;
|
24 |
|
25 |
/* Add smooth transition effect for background changes */
|
26 |
+
transition: background-image 0.3s ease-in-out;
|
27 |
}
|
28 |
|
29 |
/* Ensure the scrollable area is tall enough to allow scrolling */
|