hexo-theme-next/source/css/_common/outline/sidebar/sidebar-author-links.styl
2023-07-17 10:09:48 +08:00

12 lines
175 B
Stylus

.links-of-author {
a {
font-size: $font-size-smaller;
}
if (not hexo-config('social_icons.icons_only')) {
i[class^='fa'] {
margin-right: 2px;
}
}
}