/ src / theme / styles / codepen-embed.css
codepen-embed.css
 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    codepen.io Embed Theme
11    Author: Justin Perry <http://github.com/ourmaninamsterdam>
12    Original theme - https://github.com/chriskempson/tomorrow-theme
13  */
14  .hljs {
15    background: #222;
16    color: #fff
17  }
18  .hljs-comment,
19  .hljs-quote {
20    color: #777
21  }
22  .hljs-variable,
23  .hljs-template-variable,
24  .hljs-tag,
25  .hljs-regexp,
26  .hljs-meta,
27  .hljs-number,
28  .hljs-built_in,
29  .hljs-literal,
30  .hljs-params,
31  .hljs-symbol,
32  .hljs-bullet,
33  .hljs-link,
34  .hljs-deletion {
35    color: #ab875d
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  .hljs-string,
47  .hljs-keyword,
48  .hljs-selector-tag,
49  .hljs-addition {
50    color: #8f9c6c
51  }
52  .hljs-emphasis {
53    font-style: italic
54  }
55  .hljs-strong {
56    font-weight: bold
57  }