2017-08-27 14:38:42 +00:00
|
|
|
.post-header {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
|
|
|
.post-title {
|
|
|
|
margin: 0;
|
|
|
|
font-size: $post-title-font-size;
|
|
|
|
font-weight: $post-title-font-weight;
|
|
|
|
font-family: $global-serif-font-family;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-link {
|
|
|
|
@include underline-from-center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-meta {
|
2017-09-11 15:15:13 +00:00
|
|
|
font-size: 14px;
|
|
|
|
color: $post-meta-font-color;
|
|
|
|
|
2017-08-27 14:38:42 +00:00
|
|
|
.post-time {
|
|
|
|
font-size: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-category {
|
|
|
|
display: inline;
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: inherit;
|
|
|
|
|
2017-11-14 15:27:19 +00:00
|
|
|
&::before {
|
|
|
|
content: '·';
|
|
|
|
}
|
|
|
|
|
2017-08-27 14:38:42 +00:00
|
|
|
&:hover {
|
|
|
|
color: $theme-color;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2017-09-11 15:15:13 +00:00
|
|
|
|
|
|
|
.more-meta {
|
|
|
|
&::before {
|
|
|
|
content: '·';
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-08-27 14:38:42 +00:00
|
|
|
}
|
|
|
|
}
|