codepen-embed.scss (842B)
1 /* 2 codepen.io Embed Theme 3 Author: Justin Perry <http://github.com/ourmaninamsterdam> 4 Original theme - https://github.com/chriskempson/tomorrow-theme 5 */ 6 7 .hljs { 8 display: block; 9 overflow-x: auto; 10 padding: 0.5em; 11 background: #222; 12 color: #fff; 13 } 14 15 .hljs-comment, 16 .hljs-quote { 17 color: #777; 18 } 19 20 .hljs-variable, 21 .hljs-template-variable, 22 .hljs-tag, 23 .hljs-regexp, 24 .hljs-meta, 25 .hljs-number, 26 .hljs-built_in, 27 .hljs-builtin-name, 28 .hljs-literal, 29 .hljs-params, 30 .hljs-symbol, 31 .hljs-bullet, 32 .hljs-link, 33 .hljs-deletion { 34 color: #ab875d; 35 } 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 47 .hljs-string, 48 .hljs-keyword, 49 .hljs-selector-tag, 50 .hljs-addition { 51 color: #8f9c6c; 52 } 53 54 .hljs-emphasis { 55 font-style: italic; 56 } 57 58 .hljs-strong { 59 font-weight: bold; 60 }