mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Improve visibility of syntax highlighting colours. Fixes #2215
This commit is contained in:
parent
e2e000a371
commit
0cd914f3f9
@ -1407,10 +1407,12 @@ table.backgrid {
|
|||||||
/* make syntax-highlighting bold */
|
/* make syntax-highlighting bold */
|
||||||
.cm-s-default .cm-keyword {
|
.cm-s-default .cm-keyword {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
color: #908;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cm-s-default .cm-number {
|
.cm-s-default .cm-number {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
color: #964;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pgadmin-controls.sql_field_layout {
|
.pgadmin-controls.sql_field_layout {
|
||||||
|
Loading…
Reference in New Issue
Block a user