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

Hannah Henderson
28.44.2018 04a27b7ed9aed228c35561b4ba0cfc7fe79951c1
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
.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;
}
 
.twitter:hover {
  fill: #1da1f2;
}
 
.instagram:hover {
  fill: #e1306c;
}
 
.youtube:hover {
  fill: #cd201f;
}
 
.github:hover {
  fill: #6cc644;
}
 
.gitlab:hover {
  fill: #FC6D26;
}
 
.linkedin:hover {
  fill: #0077b5
}
 
.medium:hover {
  fill: #0077b5
}