Merge pull request #42799 from lloydk/header-footer-contrast

Fix text contrast for guide header and footer [ci-skip]
This commit is contained in:
Eileen M. Uchitelle 2021-07-16 13:11:12 -04:00 committed by GitHub
commit 52e3dc23b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -185,11 +185,16 @@ body {
}
.more-info:after {
content: " |";
color: #8a8a8a;
}
.more-info:last-child:after {
content: "";
}
#topNav a, #footer a {
color: #F1938C;
}
}
@media screen and (max-width: 1024px) {