meuse: ajust colors for footer links (#38861)

This commit is contained in:
Thomas Jund 2020-01-15 16:18:54 +01:00
parent d22aca3df3
commit 80d5abda6e
1 changed files with 10 additions and 0 deletions

View File

@ -275,4 +275,14 @@ div#user-files {
max-width: 150px;
}
}
a {
color: $footer-color;
font-size: 0.9em;
&:hover {
color: lighten($primary-color, 25%);
text-decoration: underline;
}
}
}