/ src / theme / styles / lightfair.css
lightfair.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  
11  Lightfair style (c) Tristian Kelly <tristian.kelly560@gmail.com>
12  
13  */
14  .hljs {
15    color: #444;
16    background: #fff
17  }
18  .hljs-name {
19    color: #01a3a3
20  }
21  .hljs-tag,
22  .hljs-meta {
23    color: #778899
24  }
25  .hljs-subst {
26    /* default */
27    
28  }
29  .hljs-comment {
30    color: #888888
31  }
32  .hljs-keyword,
33  .hljs-attribute,
34  .hljs-selector-tag,
35  .hljs-meta .hljs-keyword,
36  .hljs-doctag,
37  .hljs-name {
38    font-weight: bold
39  }
40  .hljs-type,
41  .hljs-string,
42  .hljs-number,
43  .hljs-selector-id,
44  .hljs-selector-class,
45  .hljs-quote,
46  .hljs-template-tag,
47  .hljs-deletion {
48    color: #4286f4
49  }
50  .hljs-title,
51  .hljs-section {
52    color: #4286f4;
53    font-weight: bold
54  }
55  .hljs-regexp,
56  .hljs-symbol,
57  .hljs-variable,
58  .hljs-template-variable,
59  .hljs-link,
60  .hljs-selector-attr,
61  .hljs-selector-pseudo {
62    color: #BC6060
63  }
64  .hljs-literal {
65    color: #62bcbc
66  }
67  .hljs-built_in,
68  .hljs-bullet,
69  .hljs-code,
70  .hljs-addition {
71    color: #25c6c6
72  }
73  .hljs-meta .hljs-string {
74    color: #4d99bf
75  }
76  .hljs-emphasis {
77    font-style: italic
78  }
79  .hljs-strong {
80    font-weight: bold
81  }