Merge branch 'main' into guillaume

This commit is contained in:
Yass 2026-01-23 18:24:01 +01:00 committed by GitHub
commit 8aed1e526b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 810 additions and 40 deletions

View file

@ -96,3 +96,17 @@ body {
height: 20%;
padding: 0.75rem;
}
.footer{
color: white;
background-color: #0000ff;
}
.footer ul{
list-style: none;
}
.footer a{
text-decoration: none;
color: white;
}