make the footer links less prominent

This commit is contained in:
Daniel Micay
2019-05-03 11:29:14 -04:00
parent eb7bc1a835
commit 70d78628df
8 changed files with 15 additions and 7 deletions

View File

@@ -100,6 +100,14 @@ footer {
text-align: center;
}
footer a {
color: #9e9e9e; /* grey500 */
}
footer a:visited {
color: #9e9e9e; /* grey500 */
}
#social {
margin-top: 2em;
}