🐛 Retrait de la lune
This commit is contained in:
parent
91fea83224
commit
b9e6403473
1 changed files with 4 additions and 4 deletions
|
@ -45,10 +45,10 @@ body {
|
|||
min-height:100vh;
|
||||
font-family: var(--font-family);
|
||||
color: var(--text-color);
|
||||
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;
|
||||
background-image: url("/img/dark-b10.png");
|
||||
background-position: bottom left;
|
||||
background-repeat: repeat-x;
|
||||
background-attachment: fixed;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue