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