grandlyon-sau: fix services links colour (#65081)

This commit is contained in:
Serghei Mihai 2022-05-10 17:34:37 +02:00
parent 770c9c1659
commit 5758f0eb4d
1 changed files with 1 additions and 1 deletions

View File

@ -364,9 +364,9 @@ div.cell > div {
width: 100%;
border: 1px solid #000000;
text-align: center;
color: #FFFFFF;
&:hover {
border-color: $primary-color;
color: $primary-color;
}
}
}