/* 调整文章字体大小 */
.post-abstract {
    font-size: 14px !important;
    line-height: 1.6 !important;
}

.post-content {
    font-size: 14px !important;
    line-height: 1.6 !important;
}

.post-title {
    font-size: 20px !important;
    line-height: 1.4 !important;
}

/* 调整文章内容中的标题大小 */
.post-content h1 {
    font-size: 24px !important;
}

.post-content h2 {
    font-size: 22px !important;
}

.post-content h3 {
    font-size: 20px !important;
}

.post-content h4 {
    font-size: 18px !important;
}

.post-content h5 {
    font-size: 16px !important;
}

.post-content h6 {
    font-size: 14px !important;
} 