Skip to content

Commit

Permalink
Merge pull request dhowe#1873 from mneunomne/adjust_colors
Browse files Browse the repository at this point in the history
Adjust colors to improve readability
  • Loading branch information
dhowe authored Jun 16, 2021
2 parents 25f8c6b + 1280ca6 commit da25e5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@ body[dir=rtl] #externalListsDiv {
}
/* Code Mirror Override */
.CodeMirror {
background: #333 !important;
background: #1f1f1f !important; /* Adn */
color:#ccc !important;
border: 1px solid #777 !important;
}
Expand Down
2 changes: 1 addition & 1 deletion src/css/themes/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@

/* syntax highlight: static filtering */
--sf-comment-ink: var(--light-gray-90);
--sf-def-ink: #0000ff;
--sf-def-ink: #007eff; /* Adn */
--sf-directive-ink: var(--dark-gray-40);
--sf-error-ink: #ff0000;
--sf-error-surface: #ff0000a9;
Expand Down

0 comments on commit da25e5c

Please sign in to comment.