Footer link now is always white

This commit is contained in:
Vlad Faust
2016-06-17 01:26:14 +03:00
parent a1cf70c576
commit fe28fca7e3

View File

@@ -42,7 +42,7 @@ body {
font-size: 1.5em; font-size: 1.5em;
} }
.footer a:link { .footer a:link, .footer a:visited, .footer a:active, .footer a:focus {
color: white; color: white;
} }