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

@@ -30,14 +30,14 @@ a {
}
h1 {
color: #CC4331;
color: #b00f2e;
vertical-align: baseline;
font-size: 1.6rem;
text-align: center;
}
h2 {
color: #CC4331;
color: #b00f2e;
line-height: 1.2;
text-align: center;
}
@@ -58,7 +58,7 @@ p span {
.site-footer {
padding: 0rem 1rem;
font-size: 0.8rem;
background-color: #CC4331;
background-color: #b00f2e;
color: #F9E7DB;
}