RECETTE : Retour couleur bordeaux, bouton tel

This commit is contained in:
Anthony Mahe
2025-06-02 15:42:37 +02:00
parent ebbe57879c
commit 2622d8a5f7
23 changed files with 417 additions and 207 deletions

View File

@@ -14,7 +14,7 @@
bottom: -3px;
width: 0%;
height: 2px;
background-color: #CC4331;
background-color: #b00f2e;
transition: width 0.3s ease;
}
@@ -23,7 +23,7 @@ li a.active::after {
}
li a.active {
color: #CC4331;
color: #b00f2e;
font-weight: bold;
}
@@ -37,7 +37,7 @@ li a.active {
column-gap: 0.7rem;
justify-content: center;
align-items: center;
background-color: #CC4331;
background-color: #b00f2e;
padding: 1rem 1rem;
color: #F9E7DB;
z-index: 100;