lille-metropole-2022: update links color (#71822) #52

Merged
smihai merged 1 commits from wip/71822-lille-metropole-2022-update-links-color into main 2022-12-01 12:05:16 +01:00
2 changed files with 3 additions and 2 deletions

View File

@ -16,9 +16,10 @@ div#page {
%cell-links-list {
> li > a {
color: $font-color;
text-transform: uppercase;
&:hover {
color: #9e9e9e;
color: $primary-color;
}
}
}

View File

@ -10,7 +10,7 @@ $body-background: #f7f5ef;
$gray: #747474;
$link-color: $font-color;
$link-color: $primary-color;
$toplinks-style: none;