|
| 1 | +<style> |
| 2 | + /* Hide the default "Show code" toggle button */ |
| 3 | + .docblock-code-toggle { |
| 4 | + display: none !important; |
| 5 | + } |
| 6 | + |
| 7 | + .custom-subtitle { |
| 8 | + display: block; |
| 9 | + margin: .5em !important; |
| 10 | + color: rgba(46, 52, 56, 0.75) !important; |
| 11 | + font-size: 13px!important; |
| 12 | + line-height: 20px !important; |
| 13 | + font-weight: 600 !important; |
| 14 | + } |
| 15 | + |
| 16 | + .hljs { |
| 17 | + background: rgba(0, 0, 0, 0.85) !important; |
| 18 | + color: rgb(255, 255, 255) !important; |
| 19 | + font-size: 13px !important; |
| 20 | + line-height: 19px !important; |
| 21 | + border-radius: 5px; |
| 22 | + font-family: ui-monospace, Menlo, Monaco, "Roboto Mono", "Oxygen Mono", "Ubuntu Monospace", "Source Code Pro", "Droid Sans Mono", "Courier New", monospace !important; |
| 23 | + } |
| 24 | + |
| 25 | + .theme-atom-one-dark pre code.hljs { |
| 26 | + display: block; |
| 27 | + overflow-x: auto; |
| 28 | + padding: 1em |
| 29 | + } |
| 30 | + |
| 31 | + .theme-atom-one-dark code.hljs { |
| 32 | + padding: 3px 5px |
| 33 | + } |
| 34 | + |
| 35 | + .theme-atom-one-dark .hljs { |
| 36 | + color: #abb2bf; |
| 37 | + background: #282c34 |
| 38 | + } |
| 39 | + |
| 40 | + .theme-atom-one-dark .hljs-comment, |
| 41 | + .theme-atom-one-dark .hljs-quote { |
| 42 | + color: #5c6370; |
| 43 | + font-style: italic |
| 44 | + } |
| 45 | + |
| 46 | + .theme-atom-one-dark .hljs-doctag, |
| 47 | + .theme-atom-one-dark .hljs-formula, |
| 48 | + .theme-atom-one-dark .hljs-keyword { |
| 49 | + color: #c678dd |
| 50 | + } |
| 51 | + |
| 52 | + .theme-atom-one-dark .hljs-deletion, |
| 53 | + .theme-atom-one-dark .hljs-name, |
| 54 | + .theme-atom-one-dark .hljs-section, |
| 55 | + .theme-atom-one-dark .hljs-selector-tag, |
| 56 | + .theme-atom-one-dark .hljs-subst { |
| 57 | + color: #e06c75 |
| 58 | + } |
| 59 | + |
| 60 | + .theme-atom-one-dark .hljs-literal { |
| 61 | + color: #56b6c2 |
| 62 | + } |
| 63 | + |
| 64 | + .theme-atom-one-dark .hljs-addition, |
| 65 | + .theme-atom-one-dark .hljs-attribute, |
| 66 | + .theme-atom-one-dark .hljs-meta .hljs-string, |
| 67 | + .theme-atom-one-dark .hljs-regexp, |
| 68 | + .theme-atom-one-dark .hljs-string { |
| 69 | + color: #98c379 |
| 70 | + } |
| 71 | + |
| 72 | + .theme-atom-one-dark .hljs-attr, |
| 73 | + .theme-atom-one-dark .hljs-number, |
| 74 | + .theme-atom-one-dark .hljs-selector-attr, |
| 75 | + .theme-atom-one-dark .hljs-selector-class, |
| 76 | + .theme-atom-one-dark .hljs-selector-pseudo, |
| 77 | + .theme-atom-one-dark .hljs-template-variable, |
| 78 | + .theme-atom-one-dark .hljs-type, |
| 79 | + .theme-atom-one-dark .hljs-variable { |
| 80 | + color: #d19a66 |
| 81 | + } |
| 82 | + |
| 83 | + .theme-atom-one-dark .hljs-bullet, |
| 84 | + .theme-atom-one-dark .hljs-link, |
| 85 | + .theme-atom-one-dark .hljs-meta, |
| 86 | + .theme-atom-one-dark .hljs-selector-id, |
| 87 | + .theme-atom-one-dark .hljs-symbol, |
| 88 | + .theme-atom-one-dark .hljs-title { |
| 89 | + color: #61aeee |
| 90 | + } |
| 91 | + |
| 92 | + .theme-atom-one-dark .hljs-built_in, |
| 93 | + .theme-atom-one-dark .hljs-class .hljs-title, |
| 94 | + .theme-atom-one-dark .hljs-title.class_ { |
| 95 | + color: #e6c07b |
| 96 | + } |
| 97 | + |
| 98 | + .theme-atom-one-dark .hljs-emphasis { |
| 99 | + font-style: italic |
| 100 | + } |
| 101 | + |
| 102 | + .theme-atom-one-dark .hljs-strong { |
| 103 | + font-weight: 700 |
| 104 | + } |
| 105 | + |
| 106 | + .theme-atom-one-dark .hljs-link { |
| 107 | + text-decoration: underline |
| 108 | + } |
| 109 | +</style> |
0 commit comments