File size: 566 Bytes
036b3a6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
.hljs {
  display: block;

  overflow-x: auto;
  padding: 0.5em;
  background: #3a2234;
  color: #939eeb;
  font-family: "Geist Mono";
}

.hljs-keyword,
.hljs-built_in,
.hljs-title.function_,
.hljs-title.class_,
.hljs-params,
.hljs-meta {
  color: #939eeb;
  font-weight: 500;
}

.hljs-symbol {
  color: white;
}

.hljs-string,
.hljs-subst,
.hljs-attr-name {
  color: #ff8087;
}

.hljs-ln-numbers {
  color: #ffffff99;
  font-weight: 500;
  text-align: right;
}

.hljs-number {
  color: #5af2ba;
}
.hljs-white-char,
.hljs-params .hljs-white-char {
  color: white;
}