Path: blob/master/docs/scripts/highlight/styles/codepen-embed.css
1214 views
/*1codepen.io Embed Theme2Author: Justin Perry <http://github.com/ourmaninamsterdam>3Original theme - https://github.com/chriskempson/tomorrow-theme4*/56.hljs {7display: block;8overflow-x: auto;9padding: 0.5em;10background: #222;11color: #fff;12}1314.hljs-comment,15.hljs-quote {16color: #777;17}1819.hljs-variable,20.hljs-template-variable,21.hljs-tag,22.hljs-regexp,23.hljs-meta,24.hljs-number,25.hljs-built_in,26.hljs-builtin-name,27.hljs-literal,28.hljs-params,29.hljs-symbol,30.hljs-bullet,31.hljs-link,32.hljs-deletion {33color: #ab875d;34}3536.hljs-section,37.hljs-title,38.hljs-name,39.hljs-selector-id,40.hljs-selector-class,41.hljs-type,42.hljs-attribute {43color: #9b869b;44}4546.hljs-string,47.hljs-keyword,48.hljs-selector-tag,49.hljs-addition {50color: #8f9c6c;51}5253.hljs-emphasis {54font-style: italic;55}5657.hljs-strong {58font-weight: bold;59}606162