-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcustom.css
61 lines (49 loc) · 802 Bytes
/
custom.css
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
49
50
51
52
53
54
55
56
57
58
59
60
61
.highlight .o {
color: #CCC;
}
.highlight .ow {
color: #B641FF;
font-weight: bold;
}
.highlight .mi {
color: #CCC;
}
.highlight .kn {
color: #00F347;
font-weight: bold;
}
.highlight .nn {
color: #00D1F3;
font-weight: bold;
}
.highlight .nf {
color: #00d1f3;
}
.highlight .nb {
color: #00F347;
}
.highlight .ow {
color: #FF23E5;
font-weight: bold;
}
pre {
word-break: break-all;
word-wrap: break-word;
color: #CCC;
}
.highlight .s {
color: #FB3434;
}
.highlight .k {
color: #0F0;
font-weight: bold;
}
div.cell.code_cell { /* area that contains code + output */
background: #fff;
font-size: 1.2em;
}
div.input_area { /* box around box with code */
border: none;
background: #000;
font-size: 1.2em;
}