Switch to unified view

a b/docs/site_libs/highlightjs-9.12.0/default.css
1
.hljs-literal {
2
  color: #990073;
3
}
4
5
.hljs-number {
6
  color: #099;
7
}
8
9
.hljs-comment {
10
  color: #998;
11
  font-style: italic;
12
}
13
14
.hljs-keyword {
15
  color: #900;
16
  font-weight: bold;
17
}
18
19
.hljs-string {
20
  color: #d14;
21
}