aboutsummaryrefslogtreecommitdiff
path: root/js/codemirror/mode/rst/rst.css
blob: 235a5d83bed9dc4c6ad283d4f1fb1e67c15b7070 (plain)
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
.cm-s-default span.cm-emphasis {
    font-style: italic;
}

.cm-s-default span.cm-strong {
    font-weight: bold;
}

.cm-s-default span.cm-interpreted {
    color: #33cc66;
}

.cm-s-default span.cm-inline {
    color: #3399cc;
}

.cm-s-default span.cm-role {
    color: #666699;
}

.cm-s-default span.cm-list {
    color: #cc0099;
    font-weight: bold;
}

.cm-s-default span.cm-body {
    color: #6699cc;
}

.cm-s-default span.cm-verbatim {
    color: #3366ff;
}

.cm-s-default span.cm-comment {
    color: #aa7700;
}

.cm-s-default span.cm-directive {
    font-weight: bold;
    color: #3399ff;
}

.cm-s-default span.cm-hyperlink {
    font-weight: bold;
    color: #3366ff;
}

.cm-s-default span.cm-footnote {
    font-weight: bold;
    color: #3333ff;
}

.cm-s-default span.cm-citation {
    font-weight: bold;
    color: #3300ff;
}

.cm-s-default span.cm-replacement {
    color: #9933cc;
}

.cm-s-default span.cm-section {
    font-weight: bold;
    color: #cc0099;
}

.cm-s-default span.cm-directive-marker {
    font-weight: bold;
    color: #3399ff;
}

.cm-s-default span.cm-verbatim-marker {
    font-weight: bold;
    color: #9900ff;
}