Console: make literal strings italic (#10244)

Literal strings an extension to JSON and may be confusing to the uneducated reader. Making them italics should help clarify they're special.
This commit is contained in:
Boaz Leskes 2017-02-08 19:44:09 +02:00
parent 55db0beaa5
commit e1d7f16c24

View file

@ -24,6 +24,7 @@
.ace_multi_string {
color: #166555;
font-style: italic;
}
.ace_start_triple_quote, .ace_end_triple_quote {