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

budparr
06.44.2017 ff25b711735c7bcef84b66c7eade75fca3cde75c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.facebook, .twitter, .instagram, .youtube, .github, .linkedin {
  fill: #BABABA;
}
.facebook:hover {
  fill: #3b5998;
}
 
.twitter:hover {
  fill: #1da1f2;
}
 
.instagram:hover {
  fill: #e1306c;
}
 
.youtube:hover {
  fill: #cd201f;
}
 
.github:hover {
  fill: #6cc644;
}
 
.linkedin:hover {
  fill: #0077b5
}