mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-04-21 14:12:45 +00:00
49 lines
576 B
CSS
49 lines
576 B
CSS
.facebook, .twitter, .instagram, .youtube, .github, .gitlab, .linkedin, .medium, .mastodon {
|
|
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
|
|
}
|
|
|
|
.mastodon:hover {
|
|
fill: #3088d4;
|
|
}
|