hexo-theme-next/source/css/_common/outline/sidebar/sidebar-author-links.styl
2020-06-24 22:46:01 +08:00

12 lines
192 B
Stylus

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