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 font-family: Menlo, Monaco, 'Andale Mono', 'Lucida Console', 'Courier New', monospace;
14 -webkit-text-size-adjust: none;
15}
16
17.hljs-comment,
18.hljs-title {
19 color: #777;
20}
21
22.hljs-variable,
23.hljs-attribute,
24.hljs-tag,
25.hljs-regexp,
26.hljs-name,
27.ruby .constant,
28.xml .tag .title,
29.xml .pi,
30.xml .doctype,
31.html .doctype {
32 color: #ab875d;
33}
34
35.css .value {
36 color: #cd6a51;
37}
38
39.css .value .function,
40.css .value .string {
41 color: #a67f59;
42}
43
44.css .value .number {
45 color: #9b869c;
46}
47
48.css .id,
49.css .class,
50.css-pseudo,
51.css .selector,
52.css .tag {
53 color: #dfc48c;
54}
55
56.hljs-number,
57.hljs-preprocessor,
58.hljs-built_in,
59.hljs-literal,
60.hljs-params,
61.hljs-constant {
62 color: #ab875d;
63}
64
65.ruby .class .title,
66.css .rules .attribute {
67 color: #9b869b;
68}
69
70.hljs-string,
71.hljs-value,
72.hljs-inheritance,
73.hljs-header,
74.ruby .symbol,
75.xml .cdata {
76 color: #8f9c6c;
77}
78
79.css .hexcolor {
80 color: #cd6a51;
81}
82
83.function,
84.python .decorator,
85.python .title,
86.ruby .function .title,
87.ruby .title .keyword,
88.perl .sub,
89.javascript .title,
90.coffeescript .title {
91 color: #fff;
92}
93
94.hljs-keyword,
95.javascript .function {
96 color: #8f9c6c;
97}