Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
garyslootskiy committed Nov 11, 2020
1 parent b8fcc82 commit 45c7f42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"server-gql": "node ./test/graphqlServer.js",
"server-grpc": "node ./test/grpcServer.js",
"server-http": "node ./test/httpServer.js",
"server-http2": "node ./test/HTTP2_server.js",
"test-jest": "jest",
"test-mocha": "webpack --mode=production --config ./webpack.production.js && cross-env process.env.NODE_ENV=test mocha --exit",
"build": "webpack --mode=production --config ./webpack.production.js",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/style/colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ $text: $neutral-500;
// CODE MIRROR COLORS
.cm-s-neo .cm-comment { color: $neutral-400 !important; }
.cm-s-neo .cm-keyword, .cm-s-neo .cm-property { color: $primary-200 !important; }
.cm-s-neo .cm-atom,.cm-s-neo .cm-number { color: $primary-100 !important; }
.cm-s-neo .cm-atom,.cm-s-neo .cm-number { color: $primary-200 !important; }
.cm-s-neo .cm-node,.cm-s-neo .cm-tag { color: $primary-400 !important; }
.cm-s-neo .cm-string { color: $primary-500 !important; }
.cm-s-neo .cm-variable,.cm-s-neo .cm-qualifier { color: $primary-300 !important; }
Expand Down

0 comments on commit 45c7f42

Please sign in to comment.