forked from whgojp/JavaSecLab
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjuejin.css
More file actions
48 lines (40 loc) · 797 Bytes
/
juejin.css
File metadata and controls
48 lines (40 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
.cm-s-juejin.CodeMirror {
background: #f8f9fa;
}
.cm-s-juejin .cm-header,
.cm-s-juejin .cm-def {
color: #1ba2f0;
}
.cm-s-juejin .cm-comment {
color: #009e9d;
}
.cm-s-juejin .cm-quote,
.cm-s-juejin .cm-link,
.cm-s-juejin .cm-strong,
.cm-s-juejin .cm-attribute {
color: #fd7741;
}
.cm-s-juejin .cm-url,
.cm-s-juejin .cm-keyword,
.cm-s-juejin .cm-builtin {
color: #bb51b8;
}
.cm-s-juejin .cm-hr {
color: #909090;
}
.cm-s-juejin .cm-tag {
color: #107000;
}
.cm-s-juejin .cm-variable-2 {
color: #0050a0;
}
.cm-s-juejin .CodeMirror-gutters {
background: #f8f8f8;
border-left: 6px solid rgb(236, 8, 8);
color: #333;
}
.cm-s-juejin .CodeMirror-gutters-safe {
background: #f8f8f8;
border-left: 6px solid rgba(0, 255, 4, 0.52);
color: #333;
}