/*!
Theme: Atelier Forest Light
Author: Bram de Haan (http://atelierbramdehaan.nl)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 3px}.hljs{color:#2B2B2B;background:#F4F4F4}.hljs ::selection,.hljs::selection{background-color:#a8a19f;color:#68615e}.hljs-comment{color:#048404}.hljs-tag{color:#048404}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#68615e}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#043D84}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#12DB3E}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#2B2B2B}.hljs-strong{font-weight:300;color:#2B2B2B}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#048404}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#043D84}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#282828}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#1354FF}.hljs-emphasis{color:#6666ea;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#c33ff3}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:500}
/*博客代码字体设置开始*/
.cnblogs-markdown pre,#cnblogs_post_body pre{
/*控制代码不换行*/
white-space: pre;
word-wrap: normal;
}
#cnblogs_post_body .hljs
{
/*设置字体*/
font-size:1px !important;
font-family:"Consolas", "Courier New", "monospace" !important;
}
.cnblogs_code span{
font-size:4px !important;
font-family:"Consolas", "Courier New", "monospace" !important;
}
标签:keyword,title,color,博客园,meta,hljs,设置,font
From: https://www.cnblogs.com/DQ-MINE/p/17581715.html