mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-19 18:42:34 +00:00
12 lines
175 B
Stylus
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;
|
|
}
|
|
}
|
|
}
|