Skip to content

Commit

Permalink
css fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperengstrom committed Nov 14, 2024
1 parent 41ce671 commit 124e63e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions lxl-web/src/lib/styles/lxlquery.css
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
.lxlq.qualifier {
color:lightgreen;
color: green;
}

.lxlq.qualifierkey {
color:green;
color: green;
}

.lxlq.qualifiervalue {
color:green;
color: green;
}

.lxlq.equaloperator,
.lxlq.equaloperator,
.lxlq.compareoperator {
color:darkolivegreen;
color: darkolivegreen;
}

.lxlq.booleanoperator {
color: #935493;
color: #935493;
}

.lxlq.booleanquery {
color: purple;
color: purple;
}

.lxlq.wildcard {
color: orange;
}
color: orange;
}

0 comments on commit 124e63e

Please sign in to comment.