summaryrefslogtreecommitdiff
path: root/extras/html/source-highlight-styles/mono.css
blob: f3b71896af5b26f54479a24e269d95f42619bbe3 (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
BODY {
  font-weight: normal;
  background-color: white;
}

.keyword {
  color: black;
  font-weight: bold;
  text-decoration: underline;
}

.type {
  color: black;
  font-weight: bold;
}

.string {
  color: gray;
}

.comment {
  color: silver;
  font-style: italic;
}

.number {
  color: black;
}