Fixed visited links
diff --git a/dev/scss/footer/footer.scss b/dev/scss/footer/footer.scss
index a8a5d02..21d79a9 100644
--- a/dev/scss/footer/footer.scss
+++ b/dev/scss/footer/footer.scss
@@ -15,11 +15,10 @@
     margin: 0 .5em;
     color: $light-grey;
   }
-  &:hover {
-    color: $nearly-white;
+  a:visited {
+    color: $light-grey;
   }
-  &:active,
-  &:visited {
-    color: $dark-grey;
+  a:hover {
+    color: $nearly-white;
   }
 }