mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-20 11:48: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 */
|
||||
.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 {
|
||||
|
Loading…
Reference in New Issue
Block a user