Mercurial
comparison third_party/highlight/styles/arta.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 Date: 17.V.2011 | |
| 11 Author: pumbur <[email protected]> | |
| 12 */ | |
| 13 .hljs { | |
| 14 background: #222; | |
| 15 color: #aaa | |
| 16 } | |
| 17 .hljs-subst { | |
| 18 color: #aaa | |
| 19 } | |
| 20 .hljs-section { | |
| 21 color: #fff | |
| 22 } | |
| 23 .hljs-comment, | |
| 24 .hljs-quote, | |
| 25 .hljs-meta { | |
| 26 color: #444 | |
| 27 } | |
| 28 .hljs-string, | |
| 29 .hljs-symbol, | |
| 30 .hljs-bullet, | |
| 31 .hljs-regexp { | |
| 32 color: #ffcc33 | |
| 33 } | |
| 34 .hljs-number, | |
| 35 .hljs-addition { | |
| 36 color: #00cc66 | |
| 37 } | |
| 38 .hljs-built_in, | |
| 39 .hljs-literal, | |
| 40 .hljs-type, | |
| 41 .hljs-template-variable, | |
| 42 .hljs-attribute, | |
| 43 .hljs-link { | |
| 44 color: #32aaee | |
| 45 } | |
| 46 .hljs-keyword, | |
| 47 .hljs-selector-tag, | |
| 48 .hljs-name, | |
| 49 .hljs-selector-id, | |
| 50 .hljs-selector-class { | |
| 51 color: #6644aa | |
| 52 } | |
| 53 .hljs-title, | |
| 54 .hljs-variable, | |
| 55 .hljs-deletion, | |
| 56 .hljs-template-tag { | |
| 57 color: #bb1166 | |
| 58 } | |
| 59 .hljs-section, | |
| 60 .hljs-doctag, | |
| 61 .hljs-strong { | |
| 62 font-weight: bold | |
| 63 } | |
| 64 .hljs-emphasis { | |
| 65 font-style: italic | |
| 66 } |