mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-04-21 14:12:45 +00:00
Gitlab is a popular Git repository manager using an opensource license. This commit adds the Gitlab social icon.
31 lines
351 B
CSS
31 lines
351 B
CSS
.facebook, .twitter, .instagram, .youtube, .github, .gitlab, .linkedin {
|
|
fill: #BABABA;
|
|
}
|
|
.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
|
|
}
|