How do I change the color of the matching parentheses in jupyter? Regular, square, and curly brackets all appear in bright green when they are shown as matching pairs and it is pretty difficult to see in light background.
Modifying ~/.jupyter/custom/custom.css
by adding .CodeMirror-matchingbracket
doesn't seem to do anything for me.