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