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

Patrick Kollitsch
17.11.2026 399075ed6fdb2abd7afe04019b1b912e4099773c
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);
}