Improve visibility of syntax highlighting colours. Fixes #2215

This commit is contained in:
Atira Odhner 2017-02-28 15:08:36 +00:00 committed by Dave Page
parent e2e000a371
commit 0cd914f3f9

View File

@ -1407,10 +1407,12 @@ table.backgrid {
/* make syntax-highlighting bold */
.cm-s-default .cm-keyword {
font-weight: 600;
color: #908;
}
.cm-s-default .cm-number {
font-weight: 600;
color: #964;
}
.pgadmin-controls.sql_field_layout {