/* ========== Article Content ========== */
/* 调整文章正文 */
#article-container {
  font-size: 18px !important;
  line-height: 1.8;
}

/* 段落字体 */
#article-container p {
  font-size: 18px;
}

/* ========== Code Block ========== */
/* 代码块整体字体 */
figure.highlight {
  font-size: 15px !important;
}

/* 代码内容字体 */
figure.highlight pre code {
  font-size: 15px !important;
}

/* 行号字体 */
figure.highlight .gutter {
  font-size: 14px;
}

/* ========== Homepage ========== */
/* 首页文章标题 */
#recent-posts .post-title {
  font-size: 20px;
}

/* ========== Navigation Bar ========== */
/* 网站标题 */
#nav .site-name {
  font-size: 22px;
}

/* ========== Sidebar ========== */
/* 侧边栏字体 */
.card-widget {
  font-size: 15px;
}