[MTELELIE-310] footer : use color that can be seen by humans (2nd)

This commit is contained in:
Daniel Muyshond 2022-03-09 13:56:18 +01:00
parent a26605acdb
commit ba294c143e
2 changed files with 7 additions and 1 deletions

View File

@ -748,3 +748,9 @@ input[value="Connexion"]:hover {
color: white;
background-color: #3a001d;
}
// fix footer href color not visible
#footer-wrapper a {
color: white;
}

View File

@ -34,7 +34,7 @@ $title-weight: normal;
$cell-entry-hover-effect: left-to-right;
$href-color: white;
$href-color: $title-background;
$footer-background: black;
$footer-color: white;