Mercurial
comparison third_party/highlight/styles/gml.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 | |
| 11 GML Theme - Meseta <[email protected]> | |
| 12 | |
| 13 */ | |
| 14 .hljs { | |
| 15 background: #222222; | |
| 16 color: #C0C0C0 | |
| 17 } | |
| 18 .hljs-keyword { | |
| 19 color: #FFB871; | |
| 20 font-weight: bold | |
| 21 } | |
| 22 .hljs-built_in { | |
| 23 color: #FFB871 | |
| 24 } | |
| 25 .hljs-literal { | |
| 26 color: #FF8080 | |
| 27 } | |
| 28 .hljs-symbol { | |
| 29 color: #58E55A | |
| 30 } | |
| 31 .hljs-comment { | |
| 32 color: #5B995B | |
| 33 } | |
| 34 .hljs-string { | |
| 35 color: #FFFF00 | |
| 36 } | |
| 37 .hljs-number { | |
| 38 color: #FF8080 | |
| 39 } | |
| 40 .hljs-attribute, | |
| 41 .hljs-selector-tag, | |
| 42 .hljs-doctag, | |
| 43 .hljs-name, | |
| 44 .hljs-bullet, | |
| 45 .hljs-code, | |
| 46 .hljs-addition, | |
| 47 .hljs-regexp, | |
| 48 .hljs-variable, | |
| 49 .hljs-template-variable, | |
| 50 .hljs-link, | |
| 51 .hljs-selector-attr, | |
| 52 .hljs-selector-pseudo, | |
| 53 .hljs-type, | |
| 54 .hljs-selector-id, | |
| 55 .hljs-selector-class, | |
| 56 .hljs-quote, | |
| 57 .hljs-template-tag, | |
| 58 .hljs-deletion, | |
| 59 .hljs-title, | |
| 60 .hljs-section, | |
| 61 .hljs-function, | |
| 62 .hljs-meta .hljs-keyword, | |
| 63 .hljs-meta, | |
| 64 .hljs-subst { | |
| 65 color: #C0C0C0 | |
| 66 } | |
| 67 .hljs-emphasis { | |
| 68 font-style: italic | |
| 69 } | |
| 70 .hljs-strong { | |
| 71 font-weight: bold | |
| 72 } |