hugo-theme-even/assets/sass/_partial/_footer/_social.scss

19 lines
No EOL
296 B
SCSS

// ==============================
// Social
// =============================
.social-links {
text-align: center;
.iconfont {
font-size: $social-icon-font-size;
& + .iconfont {
margin-left: $social-link-margin-left;
}
&:hover {
color: $theme-color;
}
}
}