make footer links a bit darker for accessibility

The current color is too light to pass accessibility checks for
contrast. It was intentionally low contrast to make it unintrusive since
it's a footer, but it's probably best to comply with these guidelines.
This commit is contained in:
Daniel Micay 2019-05-04 19:29:10 -04:00
parent cf28e52361
commit 23c02b4ad6

View File

@ -108,11 +108,11 @@ footer {
}
footer a {
color: #9e9e9e; /* grey500 */
color: #616161; /* grey500 */
}
footer a:visited {
color: #9e9e9e; /* grey500 */
color: #616161; /* grey500 */
}
#social {