Path: blob/master/docs/scripts/highlight/styles/googlecode.css
1214 views
/*12Google Code style (c) Aahan Krish <[email protected]>34*/56.hljs {7display: block;8overflow-x: auto;9padding: 0.5em;10background: white;11color: black;12}1314.hljs-comment,15.hljs-quote {16color: #800;17}1819.hljs-keyword,20.hljs-selector-tag,21.hljs-section,22.hljs-title,23.hljs-name {24color: #008;25}2627.hljs-variable,28.hljs-template-variable {29color: #660;30}3132.hljs-string,33.hljs-selector-attr,34.hljs-selector-pseudo,35.hljs-regexp {36color: #080;37}3839.hljs-literal,40.hljs-symbol,41.hljs-bullet,42.hljs-meta,43.hljs-number,44.hljs-link {45color: #066;46}4748.hljs-title,49.hljs-doctag,50.hljs-type,51.hljs-attr,52.hljs-built_in,53.hljs-builtin-name,54.hljs-params {55color: #606;56}5758.hljs-attribute,59.hljs-subst {60color: #000;61}6263.hljs-formula {64background-color: #eee;65font-style: italic;66}6768.hljs-selector-id,69.hljs-selector-class {70color: #9B703F71}7273.hljs-addition {74background-color: #baeeba;75}7677.hljs-deletion {78background-color: #ffc8bd;79}8081.hljs-doctag,82.hljs-strong {83font-weight: bold;84}8586.hljs-emphasis {87font-style: italic;88}899091