simplify CSS

This commit is contained in:
Daniel Micay 2020-04-02 17:23:43 -04:00
parent d7c4cc9127
commit 562d79c370

View File

@ -119,11 +119,7 @@ footer {
text-align: center;
}
footer a {
color: #616161; /* grey500 */
}
footer a:visited {
footer a, footer a:visited {
color: #616161; /* grey500 */
}