eurelien-cd28-2022: fix footer links (#71798)

This commit is contained in:
Corentin Sechet 2022-12-05 12:22:30 +01:00 committed by Gitea
parent 0e7ad03977
commit b85be5dbf4
1 changed files with 5 additions and 1 deletions

View File

@ -11,7 +11,11 @@ div#footer {
}
a {
@include link(white, black);
color: white;
&:hover {
color: $yellow-4;
background: none;
}
}
a.pk-button, a.pk-big-button {