12 lines
181 B
SCSS
12 lines
181 B
SCSS
![]() |
.links-of-author {
|
||
|
a {
|
||
|
font-size: $font-size-smaller;
|
||
|
}
|
||
|
|
||
|
@if not hexo-config('social_icons.icons_only') {
|
||
|
.fa, .fab, .far, .fas {
|
||
|
margin-right: 2px;
|
||
|
}
|
||
|
}
|
||
|
}
|