#news .hljs {
  color: #28292b;
}

#news .hljs-comment,
#news .hljs-template_comment,
#news .diff .hljs-header,
#news .hljs-javadoc {
  color: #8d9198;
  font-style: italic;
}

#news .hljs-keyword,
#news .css .rule .hljs-keyword,
#news .hljs-winutils,
#news .javascript .hljs-title,
#news .nginx .hljs-title,
#news .hljs-subst,
#news .hljs-request,
#news .hljs-status {
  font-weight: bold;
}

#news .hljs-number,
#news .hljs-hexcolor,
#news .ruby .hljs-constant {
  color: #62656c;
}

#news .hljs-string,
#news .hljs-tag .hljs-value,
#news .hljs-phpdoc,
#news .tex .hljs-formula {
  color: #62656c;
}

#book .hljs {
  color: #a9aeb7;
}

#book .hljs-comment,
#book .hljs-template_comment,
#book .diff .hljs-header,
#book .hljs-javadoc {
  color: #62656c;
  font-style: italic;
}

#book .hljs-keyword,
#book .css .rule .hljs-keyword,
#book .hljs-winutils,
#book .javascript .hljs-title,
#book .nginx .hljs-title,
#book .hljs-subst,
#book .hljs-request,
#book .hljs-status {
  color: #5e7f0d;
}

#book .hljs-number,
#book .hljs-hexcolor,
#book .ruby .hljs-constant {
  color: #78a521;
}

#book .hljs-string,
#book .hljs-tag .hljs-value,
#book .hljs-phpdoc,
#book .tex .hljs-formula {
  color: #78a521;
}
