Skip to content
Snippets Groups Projects
Commit a235c8b0 authored by Maz Ameli's avatar Maz Ameli
Browse files

improve json-based query styling

parent f5ddbb3a
No related branches found
No related tags found
No related merge requests found
......@@ -6,15 +6,15 @@
.NativeQueryEditor .ace_editor .ace_keyword {
color: var(--color-saturated-purple);
}
.NativeQueryEditor .ace_editor .ace_function {
.NativeQueryEditor .ace_editor .ace_function,
.NativeQueryEditor .ace_editor .ace_variable {
color: var(--color-saturated-brand);
}
.NativeQueryEditor .ace_editor .ace_constant,
.NativeQueryEditor .ace_editor .ace_type {
color: var(--color-saturated-red);
}
.NativeQueryEditor .ace_editor .ace_string,
.NativeQueryEditor .ace_editor .ace_variable {
.NativeQueryEditor .ace_editor .ace_string {
color: var(--color-saturated-green);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment