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 | Google Code style (c) Aahan Krish <geekpanth3r@gmail.com>
|
---|
4 |
|
---|
5 | */
|
---|
6 |
|
---|
7 | .hljs {
|
---|
8 | display: block;
|
---|
9 | overflow-x: auto;
|
---|
10 | padding: 0.5em;
|
---|
11 | background: white;
|
---|
12 | color: black;
|
---|
13 | }
|
---|
14 |
|
---|
15 | .hljs-comment,
|
---|
16 | .hljs-quote {
|
---|
17 | color: #800;
|
---|
18 | }
|
---|
19 |
|
---|
20 | .hljs-keyword,
|
---|
21 | .hljs-selector-tag,
|
---|
22 | .hljs-section,
|
---|
23 | .hljs-title,
|
---|
24 | .hljs-name {
|
---|
25 | color: #008;
|
---|
26 | }
|
---|
27 |
|
---|
28 | .hljs-variable,
|
---|
29 | .hljs-template-variable {
|
---|
30 | color: #660;
|
---|
31 | }
|
---|
32 |
|
---|
33 | .hljs-string,
|
---|
34 | .hljs-selector-attr,
|
---|
35 | .hljs-selector-pseudo,
|
---|
36 | .hljs-regexp {
|
---|
37 | color: #080;
|
---|
38 | }
|
---|
39 |
|
---|
40 | .hljs-literal,
|
---|
41 | .hljs-symbol,
|
---|
42 | .hljs-bullet,
|
---|
43 | .hljs-meta,
|
---|
44 | .hljs-number,
|
---|
45 | .hljs-link {
|
---|
46 | color: #066;
|
---|
47 | }
|
---|
48 |
|
---|
49 | .hljs-title,
|
---|
50 | .hljs-doctag,
|
---|
51 | .hljs-type,
|
---|
52 | .hljs-attr,
|
---|
53 | .hljs-built_in,
|
---|
54 | .hljs-builtin-name,
|
---|
55 | .hljs-params {
|
---|
56 | color: #606;
|
---|
57 | }
|
---|
58 |
|
---|
59 | .hljs-attribute,
|
---|
60 | .hljs-subst {
|
---|
61 | color: #000;
|
---|
62 | }
|
---|
63 |
|
---|
64 | .hljs-formula {
|
---|
65 | background-color: #eee;
|
---|
66 | font-style: italic;
|
---|
67 | }
|
---|
68 |
|
---|
69 | .hljs-selector-id,
|
---|
70 | .hljs-selector-class {
|
---|
71 | color: #9B703F
|
---|
72 | }
|
---|
73 |
|
---|
74 | .hljs-addition {
|
---|
75 | background-color: #baeeba;
|
---|
76 | }
|
---|
77 |
|
---|
78 | .hljs-deletion {
|
---|
79 | background-color: #ffc8bd;
|
---|
80 | }
|
---|
81 |
|
---|
82 | .hljs-doctag,
|
---|
83 | .hljs-strong {
|
---|
84 | font-weight: bold;
|
---|
85 | }
|
---|
86 |
|
---|
87 | .hljs-emphasis {
|
---|
88 | font-style: italic;
|
---|
89 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.