background svg

This commit is contained in:
2021-11-25 13:18:21 +01:00
parent fcf19590b6
commit 3bd8464d23
7 changed files with 217 additions and 105 deletions
@@ -19,7 +19,6 @@ header{
flex-direction: row;
justify-content: space-between;
color: $black;
// position: fixed;
top:0%;
@@ -68,8 +67,11 @@ header{
:hover {
ul:is(.ul1 .sous-liste .ul2){
display: block;
background-color: $white;
background-color: $blue-light;
padding: 1rem;
a{
color: $white;
}
}
}
}