π― Issue:
The linear-gradient with background image defined in styling/style.css is not being applied to the body element on the deployed GitHub Pages version.
π File:
π§Ύ Current CSS:
body {
background-image: linear-gradient(rgba(0, 0, 0, 0.575)), url("../assets/clouds.webp");
background-size: cover;
background-repeat: no-repeat;
}