| 1 | /*
|
| 2 |
|
| 3 | FAR Style (c) MajestiC <majestic2k@gmail.com>
|
| 4 |
|
| 5 | */
|
| 6 |
|
| 7 | .hljs {
|
| 8 | display: block;
|
| 9 | overflow-x: auto;
|
| 10 | padding: 0.5em;
|
| 11 | background: #000080;
|
| 12 | }
|
| 13 |
|
| 14 | .hljs,
|
| 15 | .hljs-subst {
|
| 16 | color: #0ff;
|
| 17 | }
|
| 18 |
|
| 19 | .hljs-string,
|
| 20 | .hljs-attribute,
|
| 21 | .hljs-symbol,
|
| 22 | .hljs-bullet,
|
| 23 | .hljs-built_in,
|
| 24 | .hljs-builtin-name,
|
| 25 | .hljs-template-tag,
|
| 26 | .hljs-template-variable,
|
| 27 | .hljs-addition {
|
| 28 | color: #ff0;
|
| 29 | }
|
| 30 |
|
| 31 | .hljs-keyword,
|
| 32 | .hljs-selector-tag,
|
| 33 | .hljs-section,
|
| 34 | .hljs-type,
|
| 35 | .hljs-name,
|
| 36 | .hljs-selector-id,
|
| 37 | .hljs-selector-class,
|
| 38 | .hljs-variable {
|
| 39 | color: #fff;
|
| 40 | }
|
| 41 |
|
| 42 | .hljs-comment,
|
| 43 | .hljs-quote,
|
| 44 | .hljs-doctag,
|
| 45 | .hljs-deletion {
|
| 46 | color: #888;
|
| 47 | }
|
| 48 |
|
| 49 | .hljs-number,
|
| 50 | .hljs-regexp,
|
| 51 | .hljs-literal,
|
| 52 | .hljs-link {
|
| 53 | color: #0f0;
|
| 54 | }
|
| 55 |
|
| 56 | .hljs-meta {
|
| 57 | color: #008080;
|
| 58 | }
|
| 59 |
|
| 60 | .hljs-keyword,
|
| 61 | .hljs-selector-tag,
|
| 62 | .hljs-title,
|
| 63 | .hljs-section,
|
| 64 | .hljs-name,
|
| 65 | .hljs-strong {
|
| 66 | font-weight: bold;
|
| 67 | }
|
| 68 |
|
| 69 | .hljs-emphasis {
|
| 70 | font-style: italic;
|
| 71 | }
|