File tree Expand file tree Collapse file tree 7 files changed +109
-132
lines changed Expand file tree Collapse file tree 7 files changed +109
-132
lines changed Original file line number Diff line number Diff line change 47
47
"outputPathIsOutsideProject": 0,
48
48
"outputPathIsSetByUser": 0
49
49
},
50
- "\/css\/highlight-8.9.1 \/default.css": {
50
+ "\/css\/highlight-9.0.0 \/default.css": {
51
51
"fileType": 16,
52
52
"ignore": 0,
53
53
"ignoreWasSetByUser": 0,
54
- "inputAbbreviatedPath": "\/css\/highlight-8.9.1 \/default.css",
54
+ "inputAbbreviatedPath": "\/css\/highlight-9.0.0 \/default.css",
55
55
"outputAbbreviatedPath": "No Output Path",
56
56
"outputPathIsOutsideProject": 0,
57
57
"outputPathIsSetByUser": 0
58
58
},
59
- "\/css\/highlight-8.9.1 \/github.css": {
59
+ "\/css\/highlight-9.0.0 \/github.css": {
60
60
"fileType": 16,
61
61
"ignore": 0,
62
62
"ignoreWasSetByUser": 0,
63
- "inputAbbreviatedPath": "\/css\/highlight-8.9.1 \/github.css",
63
+ "inputAbbreviatedPath": "\/css\/highlight-9.0.0 \/github.css",
64
64
"outputAbbreviatedPath": "No Output Path",
65
65
"outputPathIsOutsideProject": 0,
66
66
"outputPathIsSetByUser": 0
Load Diff This file was deleted.
File renamed without changes.
Original file line number Diff line number Diff line change
1
+ /*
2
+
3
+ github.com style (c) Vasily Polovnyov <[email protected] >
4
+
5
+ */
6
+
7
+ .hljs {
8
+ display : block;
9
+ overflow-x : auto;
10
+ padding : 0.5em ;
11
+ color : # 333 ;
12
+ background : # f8f8f8 ;
13
+ }
14
+
15
+ .hljs-comment ,
16
+ .hljs-quote {
17
+ color : # 998 ;
18
+ font-style : italic;
19
+ }
20
+
21
+ .hljs-keyword ,
22
+ .hljs-selector-tag ,
23
+ .hljs-subst {
24
+ color : # 333 ;
25
+ font-weight : bold;
26
+ }
27
+
28
+ .hljs-number ,
29
+ .hljs-literal ,
30
+ .hljs-variable ,
31
+ .hljs-template-variable ,
32
+ .hljs-tag .hljs-attr {
33
+ color : # 008080 ;
34
+ }
35
+
36
+ .hljs-string ,
37
+ .hljs-doctag {
38
+ color : # d14 ;
39
+ }
40
+
41
+ .hljs-title ,
42
+ .hljs-section ,
43
+ .hljs-selector-id {
44
+ color : # 900 ;
45
+ font-weight : bold;
46
+ }
47
+
48
+ .hljs-subst {
49
+ font-weight : normal;
50
+ }
51
+
52
+ .hljs-type ,
53
+ .hljs-class .hljs-title {
54
+ color : # 458 ;
55
+ font-weight : bold;
56
+ }
57
+
58
+ .hljs-tag ,
59
+ .hljs-name ,
60
+ .hljs-attribute {
61
+ color : # 000080 ;
62
+ font-weight : normal;
63
+ }
64
+
65
+ .hljs-regexp ,
66
+ .hljs-link {
67
+ color : # 009926 ;
68
+ }
69
+
70
+ .hljs-symbol ,
71
+ .hljs-bullet {
72
+ color : # 990073 ;
73
+ }
74
+
75
+ .hljs-built_in ,
76
+ .hljs-builtin-name {
77
+ color : # 0086b3 ;
78
+ }
79
+
80
+ .hljs-meta {
81
+ color : # 999 ;
82
+ font-weight : bold;
83
+ }
84
+
85
+ .hljs-deletion {
86
+ background : # fdd ;
87
+ }
88
+
89
+ .hljs-addition {
90
+ background : # dfd ;
91
+ }
92
+
93
+ .hljs-emphasis {
94
+ font-style : italic;
95
+ }
96
+
97
+ .hljs-strong {
98
+ font-weight : bold;
99
+ }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 33
33
34
34
<!-- Third-party libraries -->
35
35
{{if .RequireHighlightJS}}
36
- <link rel="stylesheet" href="{{AppSubUrl}}/css/highlight-8.9.1 /github.css">
37
- <script src="{{AppSubUrl}}/js/libs/highlight-8.9.1 .pack.js"></script>
36
+ <link rel="stylesheet" href="{{AppSubUrl}}/css/highlight-9.0.0 /github.css">
37
+ <script src="{{AppSubUrl}}/js/libs/highlight-9.0.0 .pack.js"></script>
38
38
{{end}}
39
39
{{if .RequireMinicolors}}
40
40
<link rel="stylesheet" href="{{AppSubUrl}}/css/jquery.minicolors-2.1.12.css">
You can’t perform that action at this time.
0 commit comments