Amend color comment

This commit is contained in:
Matt Pass
2020-06-06 15:18:13 +01:00
committed by GitHub
parent 4cf3af16f6
commit 9675a50759

View File

@@ -13,7 +13,7 @@
.cm-s-icecoder span.cm-property {color: #eee} /* off-white 1 */
.cm-s-icecoder span.cm-operator {color: #9179bb} /* purple */
.cm-s-icecoder span.cm-comment {color: #444; font-style: italic} /* grey-blue */
.cm-s-icecoder span.cm-comment {color: #444; font-style: italic} /* dark-grey */
.cm-s-icecoder span.cm-string {color: #b9ca4a} /* green */
.cm-s-icecoder span.cm-string-2 {color: #6cb5d9} /* blue */