Mercurial
comparison third_party/highlight/styles/ir-black.css @ 157:2db6253f355d
[ThirdParty] Added highlight library for better readability on blog.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Tue, 13 Jan 2026 19:18:47 -0800 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 156:cd35e600ae34 | 157:2db6253f355d |
|---|---|
| 1 pre code.hljs { | |
| 2 display: block; | |
| 3 overflow-x: auto; | |
| 4 padding: 1em | |
| 5 } | |
| 6 code.hljs { | |
| 7 padding: 3px 5px | |
| 8 } | |
| 9 /* | |
| 10 IR_Black style (c) Vasily Mikhailitchenko <[email protected]> | |
| 11 */ | |
| 12 .hljs { | |
| 13 background: #000; | |
| 14 color: #f8f8f8 | |
| 15 } | |
| 16 .hljs-comment, | |
| 17 .hljs-quote, | |
| 18 .hljs-meta { | |
| 19 color: #7c7c7c | |
| 20 } | |
| 21 .hljs-keyword, | |
| 22 .hljs-selector-tag, | |
| 23 .hljs-tag, | |
| 24 .hljs-name { | |
| 25 color: #96cbfe | |
| 26 } | |
| 27 .hljs-attribute, | |
| 28 .hljs-selector-id { | |
| 29 color: #ffffb6 | |
| 30 } | |
| 31 .hljs-string, | |
| 32 .hljs-selector-attr, | |
| 33 .hljs-selector-pseudo, | |
| 34 .hljs-addition { | |
| 35 color: #a8ff60 | |
| 36 } | |
| 37 .hljs-subst { | |
| 38 color: #daefa3 | |
| 39 } | |
| 40 .hljs-regexp, | |
| 41 .hljs-link { | |
| 42 color: #e9c062 | |
| 43 } | |
| 44 .hljs-title, | |
| 45 .hljs-section, | |
| 46 .hljs-type, | |
| 47 .hljs-doctag { | |
| 48 color: #ffffb6 | |
| 49 } | |
| 50 .hljs-symbol, | |
| 51 .hljs-bullet, | |
| 52 .hljs-variable, | |
| 53 .hljs-template-variable, | |
| 54 .hljs-literal { | |
| 55 color: #c6c5fe | |
| 56 } | |
| 57 .hljs-number, | |
| 58 .hljs-deletion { | |
| 59 color: #ff73fd | |
| 60 } | |
| 61 .hljs-emphasis { | |
| 62 font-style: italic | |
| 63 } | |
| 64 .hljs-strong { | |
| 65 font-weight: bold | |
| 66 } |