Correction mineur des couleurs
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user