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