JIAFENG7 commited on
Commit
587f51e
·
1 Parent(s): 47e1eee

Update style

Browse files
Files changed (1) hide show
  1. style.css +16 -0
style.css CHANGED
@@ -11,4 +11,20 @@ img#desc-img {
11
  max-height: 600px;
12
  display: block;
13
  margin: auto;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  }
 
11
  max-height: 600px;
12
  display: block;
13
  margin: auto;
14
+ }
15
+
16
+ .json-code {
17
+ color: #e36209;
18
+ }
19
+
20
+ .json-key {
21
+ color: #22863a;
22
+ }
23
+
24
+ .json-value {
25
+ color: #005cc5;
26
+ }
27
+
28
+ .json-other-value {
29
+ color: #032f62;
30
  }