montpellier-ville: change link color of footer's text-cell (#53215)

This commit is contained in:
Thomas Jund 2021-04-28 10:14:16 +02:00
parent 4c6d99fef6
commit 0a5f6b8549
2 changed files with 12 additions and 0 deletions

View File

@ -78,3 +78,14 @@ div#rub_service {
}
}
}
//
// FOOTER
//
#footer .text-cell a {
text-decoration: underline;
&:hover {
color: #ecd5a8;
}
}

View File

@ -39,4 +39,5 @@ $wcs-steps-spacing: 0.7rem;
$footer-background: $primary-color;
$footer-color: white;
$footer-link-color: white;