faq design

This commit is contained in:
2021-11-29 23:10:31 +01:00
parent e812fda99d
commit 438a3e5430
6 changed files with 149 additions and 45 deletions
@@ -82,10 +82,13 @@ header{
:hover {
ul:is(.ul1 .sous-liste .ul2){
display: block;
background-color: $blue-light;
background-color: $white;
padding: 1rem;
a{
color: $white;
color: $black;
&:hover{
color: $blue-light;
}
}
}
}