#footer {
  background: none !important; /* 移除页脚背景色 */
  border-top: none !important; /* 如果是顶部的蓝色边框，直接移除 */
}

/* Butterfly 文章标题 */
#post .post-title {
  font-size: 35px;
}

/* Butterfly 文章正文 */
#post .post-content {
  font-size: 36px;
  line-height: 2.5;
}

/* 文章标题 */
#post .post-title {
  font-family: "楷体", "KaiTi", serif !important;
  font-size: 32px;
}

/* 文章正文 */
#post .post-content {
  font-family: "楷体", "KaiTi", serif !important;
  font-size: 27px;
  line-height: 2.5;
}

/* 关闭文章分享按钮 */
#post .sharejs {
  display: none !important;
}

/* 隐藏文章分享区域 */
#post .sharejs,
#post .addtoany,
#post .social-share {
  display: none !important;
}

/* 主页文章标题 */
#recent-posts .recent-post-item .article-title {
  font-family: "KaiTi", "楷体", serif;
  font-size: 24px;
  font-weight: 600;
}

/* 关闭文章发表于/更新于日期 */

#post-info .post-meta-date {

  display: none !important;

}

