Commit 328f1b92 authored by Leonardo Menezes's avatar Leonardo Menezes
Browse files

use same color for null on both ace editor and json-tree view

parent 25484d7e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ table.shard-map { table-layout: fixed; -webkit-touch-callout: none; -webkit-user
.jstBracket { white-space: pre-wrap; }
.jstBool { color: #1CA8DD; }
.jstNum { color: #9F85FF; }
.jstNull { color: #8B8F95; }
.jstNull { color: #D0D0D0; }
.jstStr { color: #1AC98E; }
.jstFold:after { content: ' -'; cursor: pointer; }
.jstExpand { white-space: normal; }