Path: blob/master/docs/scripts/highlight/styles/ir-black.css
1214 views
/*1IR_Black style (c) Vasily Mikhailitchenko <[email protected]>2*/34.hljs {5display: block;6overflow-x: auto;7padding: 0.5em;8background: #000;9color: #f8f8f8;10}1112.hljs-comment,13.hljs-quote,14.hljs-meta {15color: #7c7c7c;16}1718.hljs-keyword,19.hljs-selector-tag,20.hljs-tag,21.hljs-name {22color: #96cbfe;23}2425.hljs-attribute,26.hljs-selector-id {27color: #ffffb6;28}2930.hljs-string,31.hljs-selector-attr,32.hljs-selector-pseudo,33.hljs-addition {34color: #a8ff60;35}3637.hljs-subst {38color: #daefa3;39}4041.hljs-regexp,42.hljs-link {43color: #e9c062;44}4546.hljs-title,47.hljs-section,48.hljs-type,49.hljs-doctag {50color: #ffffb6;51}5253.hljs-symbol,54.hljs-bullet,55.hljs-variable,56.hljs-template-variable,57.hljs-literal {58color: #c6c5fe;59}6061.hljs-number,62.hljs-deletion {63color:#ff73fd;64}6566.hljs-emphasis {67font-style: italic;68}6970.hljs-strong {71font-weight: bold;72}737475