From fe28fca7e3a4a591b50713a9a337781bef57e343 Mon Sep 17 00:00:00 2001 From: Vlad Faust Date: Fri, 17 Jun 2016 01:26:14 +0300 Subject: [PATCH] Footer link now is always white --- stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index 12ca9c4..5957f61 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -42,7 +42,7 @@ body { font-size: 1.5em; } -.footer a:link { +.footer a:link, .footer a:visited, .footer a:active, .footer a:focus { color: white; }