Changed cursor coordinates color from gold to --highlight-color.

This commit is contained in:
Carl Smith 2017-11-13 22:37:49 +00:00 committed by Julian Descottes
parent f420c6f1fd
commit bcee24609f

View File

@ -80,7 +80,7 @@
}
.cursor-coordinates {
color: gold;
color: var(--highlight-color);
font-size: 12px;
font-weight: bold;
font-family: monospace;