arcusiridis/isableFastRender/css/list.css

21 lines
276 B
CSS
Raw Normal View History

2019-07-25 07:16:57 +00:00
#post-list article {
border-bottom: 1px solid var(--color-fg-main);
}
#post-list .media-object-section {
padding: 0;
}
#post-list article h4 {
font-weight: bold;
}
#post-list article h2 {
font-weight: bold;
font-size: 1.8rem;
}
.metadata {
line-height: 1.5;
}