mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-17 18:22:33 +00:00
28 lines
460 B
Stylus
28 lines
460 B
Stylus
.site-state {
|
|
flex-wrap();
|
|
line-height: 1.4;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.site-state-item {
|
|
// Fix issue #103
|
|
// The click area of the link becomes smaller
|
|
padding: 0 15px;
|
|
|
|
a {
|
|
border-bottom: none;
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
.site-state-item-count {
|
|
display: block;
|
|
font-size: $site-state-item-count-font-size;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.site-state-item-name {
|
|
color: $site-state-item-name-color;
|
|
font-size: $site-state-item-name-font-size;
|
|
}
|