mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-18 18:33:42 +00:00
28 lines
637 B
Stylus
28 lines
637 B
Stylus
.links-of-author {
|
|
margin-top: 15px;
|
|
|
|
a, span.exturl {
|
|
border-bottom-color: $black-light;
|
|
display: inline-block;
|
|
font-size: $font-size-smaller;
|
|
margin-bottom: 10px;
|
|
margin-right: 10px;
|
|
vertical-align: middle;
|
|
|
|
if (hexo-config('social_icons.transition')) {
|
|
transition: all $transition-ease;
|
|
}
|
|
|
|
&::before {
|
|
background: rgb(random-color(0, 255) - 50%, random-color(0, 255) - 50%, random-color(0, 255) - 50%);
|
|
border-radius: 50%;
|
|
content: ' ';
|
|
display: inline-block;
|
|
height: 4px;
|
|
margin-right: 3px;
|
|
vertical-align: middle;
|
|
width: 4px;
|
|
}
|
|
}
|
|
}
|