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

Velimir Đurković
19 hours ago 55120c7e8981919aa51d57a8e0abe1b1f50d6c66
1
2
3
4
5
6
7
8
9
10
11
12
13
.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);
}