amélioration nav bar

This commit is contained in:
Yann KERAUDREN 2024-06-11 17:30:30 +02:00
parent f9e0d8d358
commit 2640d39a4f

@ -41,8 +41,9 @@ main.container {
.sous { .sous {
display: none; display: none;
box-shadow: 0px 1px 2px #CCC; border-radius: 5px;
background-color: #b4ccf0; border: solid 1px black;
background-color: #283d5d;
position: absolute; position: absolute;
} }
@ -62,8 +63,7 @@ nav > ul li:hover .sous{
} }
.sous a:hover{ .sous a:hover{
color: blue; color: #1399fc;
border-bottom: 2px solid gray;
} }