mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-04-28 20:12:44 +00:00
* Start of work * Refactor social service logic Update README Fixes #422 * Add URL to contributors instuctions * Add tiktok
22 lines
361 B
CSS
22 lines
361 B
CSS
.ananke-socials a{
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
color: #BABABA;
|
|
fill: currentColor;
|
|
}
|
|
.ananke-socials a .icon svg{
|
|
width: 32px;
|
|
height: 32px;
|
|
}
|
|
.ananke-socials a:hover {
|
|
color: rgb(107, 114, 128);
|
|
}
|
|
.new-window {
|
|
opacity: 0;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
}
|
|
.link-transition:hover .new-window{
|
|
opacity: 1;
|
|
}
|