armentieres: change tracking code color & font (#77625)

This commit is contained in:
Corentin Sechet 2023-05-16 15:55:43 +02:00
parent 161fb511eb
commit 3d83c72d62
1 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,7 @@ div#tracking-code {
flex-direction: column;
h3 {
background: transparent;
color: black;
color: $gray-dark;
text-transform: none;
text-align: center;
margin-bottom: 0.7rem;
@ -54,6 +54,7 @@ div#tracking-code {
padding: 0.5rem;
border-radius: $border-radius;
font-weight: bold;
font-family: 'Viga', 'Rubik', sans-serif;
}
}