armentieres: change black button color (#70745)

This commit is contained in:
Corentin Sechet 2022-11-21 22:00:41 +01:00
parent ce94a78d3e
commit 6ee55107c0
1 changed files with 2 additions and 0 deletions

View File

@ -83,8 +83,10 @@ div#tracking-code {
%black-button {
@extend %button;
background: black;
color: white;
&:hover {
background: black;
color: white;
}
}