💄 Ajoute une petite lune dans le fond

This commit is contained in:
Kazhnuz 2025-03-14 23:45:11 +01:00
parent 18ba98738a
commit 4306255f44
2 changed files with 5 additions and 5 deletions

View file

@ -44,10 +44,10 @@ body {
min-height:100%; min-height:100%;
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"); background-image: url("/img/dark-b10.png"), url("/img/night-sky.png");
background-position: bottom right; background-position: bottom left, top 16px right 32px;
background-repeat: repeat-x; background-repeat: repeat-x, no-repeat;
background-attachment: fixed; background-attachment: fixed, fixed;
font-size: 16px; font-size: 16px;
} }
@ -188,7 +188,7 @@ header h1 a[href] {
height:100%; height:100%;
box-shadow: 1px 0px 1px 0px rgba(0,0,0,0.4); box-shadow: 1px 0px 1px 0px rgba(0,0,0,0.4);
background-image: url("/img/dark-b10.png"); background-image: url("/img/dark-b10.png");
background-position: bottom right; background-position: bottom left;
background-repeat: repeat-x; background-repeat: repeat-x;
background-attachment: fixed; background-attachment: fixed;
} }

BIN
public/img/night-sky.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB