mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-08 09:12:47 +00:00
27 lines
306 B
CSS
27 lines
306 B
CSS
.facebook, .twitter, .instagram, .youtube, .github, .linkedin {
|
|
fill: #BABABA;
|
|
}
|
|
.facebook:hover {
|
|
fill: #3b5998;
|
|
}
|
|
|
|
.twitter:hover {
|
|
fill: #55acee;
|
|
}
|
|
|
|
.instagram:hover {
|
|
fill: #e95950;
|
|
}
|
|
|
|
.youtube:hover {
|
|
fill: #bb0000;
|
|
}
|
|
|
|
.github:hover {
|
|
fill: #FFFFFF;
|
|
}
|
|
|
|
.linkedin:hover {
|
|
fill: #0277B5
|
|
}
|