🐛 Retrait de la lune

This commit is contained in:
Kazhnuz 2025-03-15 00:22:52 +01:00
parent 91fea83224
commit b9e6403473

View file

@ -45,10 +45,10 @@ body {
min-height:100vh; min-height:100vh;
font-family: var(--font-family); font-family: var(--font-family);
color: var(--text-color); color: var(--text-color);
background-image: url("/img/dark-b10.png"), url("/img/night-sky.png"); background-image: url("/img/dark-b10.png");
background-position: bottom left, top 16px right 32px; background-position: bottom left;
background-repeat: repeat-x, no-repeat; background-repeat: repeat-x;
background-attachment: fixed, fixed; background-attachment: fixed;
font-size: 16px; font-size: 16px;
} }