Make syntax highlighting more visible by making keywords and numbers bolder.

pull/3/head
Atira Odhner 2017-02-13 10:05:54 +00:00 committed by Dave Page
parent ec9e8b79a3
commit 1340c1c2ee
1 changed files with 9 additions and 0 deletions

View File

@ -1404,6 +1404,15 @@ table.backgrid {
background: #EEEEEE;
}
/* make syntax-highlighting bold */
.cm-s-default .cm-keyword {
font-weight: 600;
}
.cm-s-default .cm-number {
font-weight: 600;
}
.pgadmin-controls.sql_field_layout {
margin: 0;
padding: 0;