💄 Ajoute une petite lune dans le fond
This commit is contained in:
parent
18ba98738a
commit
4306255f44
2 changed files with 5 additions and 5 deletions
|
@ -44,10 +44,10 @@ body {
|
|||
min-height:100%;
|
||||
font-family: var(--font-family);
|
||||
color: var(--text-color);
|
||||
background-image: url("/img/dark-b10.png");
|
||||
background-position: bottom right;
|
||||
background-repeat: repeat-x;
|
||||
background-attachment: fixed;
|
||||
background-image: url("/img/dark-b10.png"), url("/img/night-sky.png");
|
||||
background-position: bottom left, top 16px right 32px;
|
||||
background-repeat: repeat-x, no-repeat;
|
||||
background-attachment: fixed, fixed;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
|
@ -188,7 +188,7 @@ header h1 a[href] {
|
|||
height:100%;
|
||||
box-shadow: 1px 0px 1px 0px rgba(0,0,0,0.4);
|
||||
background-image: url("/img/dark-b10.png");
|
||||
background-position: bottom right;
|
||||
background-position: bottom left;
|
||||
background-repeat: repeat-x;
|
||||
background-attachment: fixed;
|
||||
}
|
||||
|
|
BIN
public/img/night-sky.png
Normal file
BIN
public/img/night-sky.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.9 KiB |
Loading…
Add table
Reference in a new issue