make cloud url absolute

This commit is contained in:
Joshua Seigler 2025-05-29 15:13:49 -04:00
parent 699feac2f2
commit 070f8fbcda

View file

@ -93,7 +93,7 @@ body[data-theme="dark"] {
right: -205vw;
top: calc(8vh - var(--viewPointDelta));
height: var(--height);
background-image: url("./cloud.png");
background-image: url("/cloud.png");
background-size: auto 100%;
background-repeat: repeat-x;
background-position: calc(50% + cos(230 * var(--n)) * var(--height)) 50%;
@ -110,7 +110,7 @@ body[data-theme="dark"] {
}
}
[data-theme="dark"] & {
background-image: url("./cloud-night.png");
background-image: url("/cloud-night.png");
}
}
}