mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
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:
parent
55db0beaa5
commit
e1d7f16c24
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
|
||||
.ace_multi_string {
|
||||
color: #166555;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.ace_start_triple_quote, .ace_end_triple_quote {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue