summaryrefslogtreecommitdiffstats
path: root/docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/css/_social-icons.css
blob: 04ea11ec54897c6c498036645c856baaf53cda3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.facebook, .twitter, .instagram, .youtube {
  fill: #BABABA;
}
.facebook:hover {
  fill: #3b5998;
}

.twitter {
  fill: #55acee;
}

.twitter:hover {
  fill: #BABABA;
}


.instagram:hover {
  fill: #e95950;
}

.youtube:hover {
  fill: #bb0000;
}