Public Access
5
0

Update du footer (Update du style du footer + Ajout d'un bouton pour accéder à la page des crédits) + Correctif d'un bug mineur dans le nav

This commit is contained in:
2025-11-30 22:56:07 -05:00
parent 4e5c1a91cf
commit 6e3ebac84d
14 changed files with 60 additions and 22 deletions

View File

@@ -89,7 +89,7 @@ nav a {
text-decoration: none;
color: #ffefe5;
padding: 10.8px 16px;
margin: 160px 4px;
margin: 16px 4px;
background-color: #13172c;
border-radius: 20px;
}
@@ -112,6 +112,23 @@ footer {
color: #ffefe5;
width: 100%;
padding: 16px;
display: flex;
justify-content: space-around;
align-items: center;
}
footer a {
display: inline-block;
text-decoration: none;
color: #ffefe5;
padding: 10.8px 16px;
margin: 8px 4px;
background-color: #726F9A;
border-radius: 20px;
}
footer a:hover {
background-color: #b47871;
}
::selection {