Public Access
5
0

Correction mineur des couleurs

This commit is contained in:
Jeremy
2025-11-22 18:04:08 -05:00
parent fc143314d7
commit e4d648bc4a

View File

@@ -22,7 +22,7 @@ body {
nav { nav {
display: flex; display: flex;
background-color: #B47871; background-color: #13172c;
justify-content: space-between; justify-content: space-between;
position: sticky; position: sticky;
top: 0; top: 0;
@@ -53,7 +53,7 @@ nav a {
nav a:hover { nav a:hover {
height: 40px; height: 40px;
border-radius: 20px; border-radius: 20px;
background-color: #273A56; background-color: #B47871;
} }
footer { footer {