:hover butons filtre et header

This commit is contained in:
2025-04-04 11:54:52 +02:00
parent 3383ba559a
commit e038d94c40
3 changed files with 25 additions and 0 deletions

View File

@@ -123,6 +123,13 @@
padding: 0.3rem 0.2rem;
font-size: 0.7rem;
font-family: 'gilroy-light';
&:hover{
background-color: black;
color: white;
font-family: "gilroy-regular";
}
}
}
}

View File

@@ -224,6 +224,12 @@ header[role="banner"]{
li{
width: 100%;
text-align: left;
.is-active{
font-family: "gilroy-bold";
}
:hover{
font-family: "gilroy-bold";
}
@media(max-width: 1090px){
padding-top: 0.3rem;
}