Path: blob/master/docs/scripts/highlight/styles/arta.css
1214 views
/*1Date: 17.V.20112Author: pumbur <[email protected]>3*/45.hljs {6display: block;7overflow-x: auto;8padding: 0.5em;9background: #222;10}1112.hljs,13.hljs-subst {14color: #aaa;15}1617.hljs-section {18color: #fff;19}2021.hljs-comment,22.hljs-quote,23.hljs-meta {24color: #444;25}2627.hljs-string,28.hljs-symbol,29.hljs-bullet,30.hljs-regexp {31color: #ffcc33;32}3334.hljs-number,35.hljs-addition {36color: #00cc66;37}3839.hljs-built_in,40.hljs-builtin-name,41.hljs-literal,42.hljs-type,43.hljs-template-variable,44.hljs-attribute,45.hljs-link {46color: #32aaee;47}4849.hljs-keyword,50.hljs-selector-tag,51.hljs-name,52.hljs-selector-id,53.hljs-selector-class {54color: #6644aa;55}5657.hljs-title,58.hljs-variable,59.hljs-deletion,60.hljs-template-tag {61color: #bb1166;62}6364.hljs-section,65.hljs-doctag,66.hljs-strong {67font-weight: bold;68}6970.hljs-emphasis {71font-style: italic;72}737475