
我稍微改善了一下 wapuu 归档页面。将以下代码放进子主题或自定义 CSS 部分即可。
#post-21 .entry-content {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
#post-21 .entry-content>p {
display: none;
}
#post-21 .entry-content>figure {
display: inline-block;
}
#post-21 .entry-content>.page-content {
background: var(--global--color-blue); /* 可更换颜色 */
display: flex;
align-items: center;
border-radius: 1em;
padding: 1em;
}