lille-metropole-2022: add hover on footer links and images (#68756)

This commit is contained in:
Serghei Mihai 2022-11-02 11:44:36 +01:00
parent 21a01aa119
commit c85a1e3293
1 changed files with 8 additions and 0 deletions

View File

@ -375,6 +375,14 @@ li.external-link, li.is-redirection {
/* FOOTER */
#footer-wrapper {
background: url('/assets/footer:background'), linear-gradient(to right, #303030, #303030);
a {
&:hover {
color: $primary-color;
}
img:hover {
filter: brightness(0) saturate(100%) invert(40%) sepia(85%) saturate(7470%) hue-rotate(347deg) brightness(84%) contrast(119%);
}
}
}
#footer a {