/* 修改代码块注释颜色为绿色，提高可读性 */
pre .comment,
pre .quote {
  color: #6a9955 !important;
  font-style: normal !important;
}