Mercurial
comparison third_party/highlight/styles/codepen-embed.css @ 173:827c6ac504cd hg-web
Merged in default here.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Mon, 19 Jan 2026 18:59:10 -0800 |
| parents | 2db6253f355d |
| children |
comparison
equal
deleted
inserted
replaced
| 151:c033667da5f9 | 173:827c6ac504cd |
|---|---|
| 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 codepen.io Embed Theme | |
| 11 Author: Justin Perry <http://github.com/ourmaninamsterdam> | |
| 12 Original theme - https://github.com/chriskempson/tomorrow-theme | |
| 13 */ | |
| 14 .hljs { | |
| 15 background: #222; | |
| 16 color: #fff | |
| 17 } | |
| 18 .hljs-comment, | |
| 19 .hljs-quote { | |
| 20 color: #777 | |
| 21 } | |
| 22 .hljs-variable, | |
| 23 .hljs-template-variable, | |
| 24 .hljs-tag, | |
| 25 .hljs-regexp, | |
| 26 .hljs-meta, | |
| 27 .hljs-number, | |
| 28 .hljs-built_in, | |
| 29 .hljs-literal, | |
| 30 .hljs-params, | |
| 31 .hljs-symbol, | |
| 32 .hljs-bullet, | |
| 33 .hljs-link, | |
| 34 .hljs-deletion { | |
| 35 color: #ab875d | |
| 36 } | |
| 37 .hljs-section, | |
| 38 .hljs-title, | |
| 39 .hljs-name, | |
| 40 .hljs-selector-id, | |
| 41 .hljs-selector-class, | |
| 42 .hljs-type, | |
| 43 .hljs-attribute { | |
| 44 color: #9b869b | |
| 45 } | |
| 46 .hljs-string, | |
| 47 .hljs-keyword, | |
| 48 .hljs-selector-tag, | |
| 49 .hljs-addition { | |
| 50 color: #8f9c6c | |
| 51 } | |
| 52 .hljs-emphasis { | |
| 53 font-style: italic | |
| 54 } | |
| 55 .hljs-strong { | |
| 56 font-weight: bold | |
| 57 } |