diff --git a/home/style/style.css b/home/style/style.css index 4ddd7ff..c6305d1 100644 --- a/home/style/style.css +++ b/home/style/style.css @@ -7,7 +7,7 @@ } html { - background: url("assets/clouds.avif"), linear-gradient(180deg, hwb(230 20% 0%) 0%, hwb(230 90% 0%) 110%); + background: url("../assets/clouds.avif"), linear-gradient(180deg, hwb(230 20% 0%) 0%, hwb(230 90% 0%) 110%); background-repeat: no-repeat; background-size: cover, cover; }