gpseo: force footer links to be white (#38749)

This commit is contained in:
Frédéric Péters 2020-01-15 13:38:35 +01:00
parent 3e12544427
commit 38f52b787c
1 changed files with 8 additions and 0 deletions

View File

@ -96,3 +96,11 @@ main {
background: #f3f3f3;
box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1);
}
#footer .menucell a,
footer .textcell a {
color: white;
&:hover {
color: #E0B500;
}
}