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

Regis Philibert
14.31.2021 f2ba99b7d24d8acf10094f3c958e5d118158fa3e
assets/ananke/css/_social-icons.css
@@ -1,7 +1,16 @@
.facebook, .twitter, .instagram, .youtube, .github, .gitlab, .keybase, .linkedin, .medium, .mastodon, .slack, .stackoverflow, .rss {
  fill: #BABABA;
.ananke-socials a{
  display: inline-block;
  vertical-align: middle;
  color: #BABABA;
  fill: currentColor;
}
.ananke-socials a .icon svg{
  width: 32px;
  height: 32px;
}
.ananke-socials a:hover {
  color: rgb(107, 114, 128);
}
.new-window {
  opacity: 0;
  display: inline-block;
@@ -10,55 +19,3 @@
.link-transition:hover .new-window{
  opacity: 1;
}
.facebook:hover {
  fill: #3b5998;
}
.twitter:hover {
  fill: #1da1f2;
}
.instagram:hover {
  fill: #e1306c;
}
.youtube:hover {
  fill: #cd201f;
}
.github:hover {
  fill: #6cc644;
}
.gitlab:hover {
  fill: #FC6D26;
}
.keybase:hover {
  fill: #3d76ff;
}
.linkedin:hover {
  fill: #0077b5
}
.medium:hover {
  fill: #0077b5
}
.mastodon:hover {
  fill: #3088d4;
}
.slack:hover {
  fill: #E01E5A;
}
.stackoverflow:hover {
  fill: #f48024;
}
.rss:hover{
  fill: #ff6f1a;
}