Path: blob/master/docs/scripts/highlight/styles/brown-paper.css
1214 views
/*12Brown Paper style from goldblog.com.ua (c) Zaripov Yura <[email protected]>34*/56.hljs {7display: block;8overflow-x: auto;9padding: 0.5em;10background:#b7a68e url(./brown-papersq.png);11}1213.hljs-keyword,14.hljs-selector-tag,15.hljs-literal {16color:#005599;17font-weight:bold;18}1920.hljs,21.hljs-subst {22color: #363c69;23}2425.hljs-string,26.hljs-title,27.hljs-section,28.hljs-type,29.hljs-attribute,30.hljs-symbol,31.hljs-bullet,32.hljs-built_in,33.hljs-addition,34.hljs-variable,35.hljs-template-tag,36.hljs-template-variable,37.hljs-link,38.hljs-name {39color: #2c009f;40}4142.hljs-comment,43.hljs-quote,44.hljs-meta,45.hljs-deletion {46color: #802022;47}4849.hljs-keyword,50.hljs-selector-tag,51.hljs-literal,52.hljs-doctag,53.hljs-title,54.hljs-section,55.hljs-type,56.hljs-name,57.hljs-strong {58font-weight: bold;59}6061.hljs-emphasis {62font-style: italic;63}646566