summaryrefslogtreecommitdiff
path: root/doc/api_assets/hljs.css
blob: 4893f9de26fab4b9e067b49647f594ee7c07af1e (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
.hljs {
  font-weight: normal;
  font-style: normal;
}

.hljs-symbol {
  color: #333;
}

.hljs-attribute,
.hljs-keyword,
.hljs-type {
  color: #338;
}

.hljs-string,
.hljs-regexp,
.hljs-number {
  color: #cf350d;
}

.hljs-doctag {
  color: #040404;
}

.hljs-doctag .hljs-type,
.hljs-doctag .hljs-variable,
.hljs-comment {
  color: #666;
  font-weight: lighter;
}

.dark-mode .hljs-number,
.dark-mode .hljs-string,
.dark-mode .hljs-regexp {
  color: var(--green4);
}

.dark-mode .hljs-attribute,
.dark-mode .hljs-doctag,
.dark-mode .hljs-keyword,
.dark-mode .hljs-type {
  color: #66d9ef;
}

.dark-mode .hljs-doctag .hljs-type,
.dark-mode .hljs-doctag .hljs-variable,
.dark-mode .hljs-comment {
  color: var(--gray7);
}