armentieres: change black button color (#70745)

This commit is contained in:
Corentin Sechet 2022-11-21 22:00:41 +01:00
parent e338fee07b
commit 6202594b08
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;
}
}