Skip to content

Commit

Permalink
508 contrast fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmcphillips committed Nov 28, 2023
1 parent 0561d51 commit a2fac9e
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/AceEditor/madie-custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,16 @@
}

.ace_gutter-cell {
color: #b0b0b0;
color: #9c9c9c;
}

.ace_comment {
color: #9c9c9c !important;
}

.ace-monokai .ace_entity.ace_name.ace_tag,
.ace-monokai .ace_keyword,
.ace-monokai .ace_meta.ace_tag,
.ace-monokai .ace_storage {
color: #fb4b8c !important;
}

0 comments on commit a2fac9e

Please sign in to comment.