fix(accessibility): contrast of the footer link

This commit is contained in:
Fabrice Mouhartem 2024-10-16 11:07:21 +02:00
parent be017ec284
commit bd33f68440
Signed by: fmouhart
GPG Key ID: 2C5033B228CFE4E7

View File

@ -8,6 +8,7 @@ $page-color: #ddd;
$header-bg: #1d3c67;
$header-fg: #ffffff;
$link-color: #33f;
$footer-link-color: #3455db;
$link-hover: #00d;
$menu-bg: #231d67;
$menu-fg: #e8e9f3;
@ -107,7 +108,7 @@ footer {
}
footer a,
footer a:visited {
color: #66f;
color: $footer-link-color;
}
a,
a:visited {