Portage vers Pelican 1.1 #126

Merged
kazhnuz merged 24 commits from feat/pelicant-1.1 into main 2025-03-15 17:01:31 +01:00
Showing only changes of commit b9e6403473 - Show all commits

View file

@ -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;
}