1.hljs { 2 font-weight: normal; 3 font-style: normal; 4} 5 6.hljs-symbol { 7 color: #333; 8} 9 10.hljs-attribute, 11.hljs-keyword { 12 color: #338; 13} 14 15.hljs-string, 16.hljs-regexp, 17.hljs-number { 18 color: #cf350d; 19} 20 21.hljs-doctag { 22 color: #040404; 23} 24 25.hljs-doctag .hljs-type, 26.hljs-doctag .hljs-variable, 27.hljs-comment { 28 color: #666; 29 font-weight: lighter; 30} 31