diff --git a/scss/_footer.scss b/scss/_footer.scss
index af44c8eeb3529c8f58a548e711c8aa438308cc02..6c42084a0529512a72dabd2b26d11b8205abb072 100644
--- a/scss/_footer.scss
+++ b/scss/_footer.scss
@@ -45,14 +45,6 @@ footer{
     margin-left: 10px;
     display: inline;
   }
-
-  .fa {
-    transition: color $link-hover-animation-time;
-  }
-
-  .fa:hover{
-    color: $accent-color;
-  }
 }
 
 #blueBar{