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

Brad Clark
20.12.2017 293cedefc123801d41e4e5c4d0c9f8d3f68f510b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.facebook, .twitter, .instagram, .youtube, .github {
  fill: #BABABA;
}
.facebook:hover {
  fill: #3b5998;
}
 
.twitter:hover {
  fill: #55acee;
}
 
.instagram:hover {
  fill: #e95950;
}
 
.youtube:hover {
  fill: #bb0000;
}
 
.github:hover {
  fill: #FFFFFF;
}