/* 整体字体大小 */
body {
  font-size: 0.90em !important;
}

/* 自定义代码块字体大小 */
pre, code {
  font-size: 0.85em !important;
}

/* 代码块内的代码 */
pre code {
  font-size: 0.85em !important;
}

/* 高亮代码块 */
.highlight pre {
  font-size: 0.85em !important;
}

/* 隐藏底部版权信息中的爱心图标 */
.copyright .with-love {
  display: none !important;
}
