mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Hannah Henderson
28.44.2018 04a27b7ed9aed228c35561b4ba0cfc7fe79951c1
src/css/_social-icons.css
@@ -1,6 +1,16 @@
.facebook, .twitter, .instagram, .youtube, .github, .gitlab, .linkedin {
.facebook, .twitter, .instagram, .youtube, .github, .gitlab, .linkedin, .medium {
  fill: #BABABA;
}
.new-window {
  opacity: 0;
  display: inline-block;
  vertical-align: top;
}
.link-transition:hover .new-window{
  opacity: 1;
}
.facebook:hover {
  fill: #3b5998;
}
@@ -28,3 +38,7 @@
.linkedin:hover {
  fill: #0077b5
}
.medium:hover {
  fill: #0077b5
}