mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-29 17:22:10 -05:00
23 lines
245 B
CSS
23 lines
245 B
CSS
.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;
|
|
}
|