cnblog代码高亮优化(tomorrow主题)

把下面代码粘贴入个性化CSS


.cnblogs-markdown .hljs {
  border: none !important;
  background-color: #F8F8F8 !important;
}

.hljs-keyword {
  color: #8959A8  !important;
}

.hljs-meta {
  color: #8959A8  !important;
}

.hljs-meta-string {
  color: #4D4D4C !important;
}

.hljs-built_in {
  color: #4D4D4C  !important;
}

.hljs-number {
  color: #F5871F  !important;
}

.hljs-comment {
  color: #8E908C  !important;
}

.hljs-string {
  color: #718C00  !important;
}

.hljs-title {
  color: #4D4D4C  !important;
}

.hljs-attribute {
  color: #4D4D4C  !important;
}

code {
  color: #4D4D4C  !important;
}

来自Cnblogs Simple Theme 博客美化主题

posted @ 2020-08-14 22:08  方而静  阅读(185)  评论(0编辑  收藏  举报