mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-19 18:42:34 +00:00
21 lines
336 B
Stylus
21 lines
336 B
Stylus
.links-of-blogroll {
|
|
font-size: $font-size-smaller;
|
|
}
|
|
|
|
.links-of-blogroll-title {
|
|
font-size: $font-size-small;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.links-of-blogroll-list {
|
|
list-style: none;
|
|
gap: 5px;
|
|
margin: 5px 0 0;
|
|
padding: 0;
|
|
flex-wrap();
|
|
|
|
if (hexo-config('links_settings.layout') == 'block') {
|
|
flex-direction: column;
|
|
}
|
|
}
|