main
Last change
on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
1.0 KB
|
Line | |
---|
1 | /*
|
---|
2 |
|
---|
3 | Lightfair style (c) Tristian Kelly <tristian.kelly560@gmail.com>
|
---|
4 |
|
---|
5 | */
|
---|
6 |
|
---|
7 | .hljs {
|
---|
8 | display: block;
|
---|
9 | overflow-x: auto;
|
---|
10 | padding: 0.5em;
|
---|
11 | background: #fff;
|
---|
12 | }
|
---|
13 |
|
---|
14 | .hljs-name {
|
---|
15 | color:#01a3a3;
|
---|
16 | }
|
---|
17 |
|
---|
18 | .hljs-tag,.hljs-meta {
|
---|
19 | color:#778899;
|
---|
20 | }
|
---|
21 |
|
---|
22 | .hljs,
|
---|
23 | .hljs-subst {
|
---|
24 | color: #444
|
---|
25 | }
|
---|
26 |
|
---|
27 | .hljs-comment {
|
---|
28 | color: #888888
|
---|
29 | }
|
---|
30 |
|
---|
31 | .hljs-keyword,
|
---|
32 | .hljs-attribute,
|
---|
33 | .hljs-selector-tag,
|
---|
34 | .hljs-meta-keyword,
|
---|
35 | .hljs-doctag,
|
---|
36 | .hljs-name {
|
---|
37 | font-weight: bold
|
---|
38 | }
|
---|
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 |
|
---|
51 | .hljs-title,
|
---|
52 | .hljs-section {
|
---|
53 | color: #4286f4;
|
---|
54 | font-weight: bold
|
---|
55 | }
|
---|
56 |
|
---|
57 | .hljs-regexp,
|
---|
58 | .hljs-symbol,
|
---|
59 | .hljs-variable,
|
---|
60 | .hljs-template-variable,
|
---|
61 | .hljs-link,
|
---|
62 | .hljs-selector-attr,
|
---|
63 | .hljs-selector-pseudo {
|
---|
64 | color: #BC6060
|
---|
65 | }
|
---|
66 |
|
---|
67 | .hljs-literal {
|
---|
68 | color: #62bcbc
|
---|
69 | }
|
---|
70 |
|
---|
71 | .hljs-built_in,
|
---|
72 | .hljs-bullet,
|
---|
73 | .hljs-code,
|
---|
74 | .hljs-addition {
|
---|
75 | color: #25c6c6
|
---|
76 | }
|
---|
77 |
|
---|
78 | .hljs-meta-string {
|
---|
79 | color: #4d99bf
|
---|
80 | }
|
---|
81 |
|
---|
82 | .hljs-emphasis {
|
---|
83 | font-style: italic
|
---|
84 | }
|
---|
85 |
|
---|
86 | .hljs-strong {
|
---|
87 | font-weight: bold
|
---|
88 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.