hexo-theme-next/source/css/_common/outline/sidebar/sidebar-author-links.styl
2020-12-08 00:43:02 +08:00

12 lines
182 B
Stylus

.links-of-author {
a {
font-size: $font-size-smaller;
}
if (not hexo-config('social_icons.icons_only')) {
.fa, .fab, .far, .fas {
margin-right: 2px;
}
}
}