-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcustom.css
59 lines (47 loc) · 2.44 KB
/
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
body #file-tree #directories-dirs-header, body #file-tree #directories-files-header {
display: none;
}
body #toolbar {
background-color: rgb(255 255 255 );
}
:root {
--c-primary: rgb(220,220,220);
--c-primary-shade: rgb(220,220,220);}
body #editor .CodeMirror .cm-formatting-list-ul, body .quicklook .body .CodeMirror .cm-formatting-list-ul, body .dialog .CodeMirror .cm-formatting-list-ul, body #editor .CodeMirror .cm-formatting-list-ol, body .quicklook .body .CodeMirror .cm-formatting-list-ol, body .dialog .CodeMirror .cm-formatting-list-ol{
color: rgb(0,0,0)
}
body #editor .CodeMirror .cm-quote, body .quicklook .body .CodeMirror .cm-quote, body .dialog .CodeMirror .cm-quote, body #editor .CodeMirror .cm-link, body .quicklook .body .CodeMirror .cm-link, body .dialog .CodeMirror .cm-link, body #editor .CodeMirror .cm-strong, body .quicklook .body .CodeMirror .cm-strong, body .dialog .CodeMirror .cm-strong, body #editor .CodeMirror .cm-em, body .quicklook .body .CodeMirror .cm-em, body .dialog .CodeMirror .cm-em{
color: rgb(0 0 0);
}
body #editor .CodeMirror .cm-zkn-tag, body .quicklook .body .CodeMirror .cm-zkn-tag, body .dialog .CodeMirror .cm-zkn-tag, body #editor .CodeMirror .cm-zkn-id, body .quicklook .body .CodeMirror .cm-zkn-id, body .dialog .CodeMirror .cm-zkn-id, body #editor .CodeMirror .cm-zkn-link, body .quicklook .body .CodeMirror .cm-zkn-link, body .dialog .CodeMirror .cm-zkn-link, body #editor .CodeMirror .cm-zkn-link-formatting, body .quicklook .body .CodeMirror .cm-zkn-link-formatting, body .dialog .CodeMirror .cm-zkn-link-formatting, body #editor .CodeMirror .cm-footnote-formatting, body .quicklook .body .CodeMirror .cm-footnote-formatting, body .dialog .CodeMirror .cm-footnote-formatting{
color:rgb(0,0,0)
}
body .cm-quote, body .cm-link, body .cm-strong, body .cm-em {
color: rgb(0,0,0);
}
body #document-tabs .document.active{
color: rgb(0,0,0)
}
/* Background of file-tree*/
body #file-tree div.list-item.project.selected{
color: rgb(0,0,0)
}
body #file-tree div.list-item.selected{
/*background-color: rgb(220,220,220);*/
color: rgb(0,0,0)
}
body #file-tree {
background-color: rgb(255,255,255);
font-family: 'CMU Serif', serif;
}
.CodeMirror-gutter-wrapper {
display: none;
visibility: hidden;
}
body #editor .CodeMirror {
font-family: 'CMU Serif', serif;
}
.CodeMirror {text-align: justify}
body.show-menubar #editor.fullscreen, #editor.fullscreen, .CodeMirror-fullscreen{
top: 0px;
}