Made cursor coordinates gold (and whitespace more consistent).

This commit is contained in:
Carl Smith 2017-11-11 23:14:22 +00:00 committed by Julian Descottes
parent 76429dfd86
commit f420c6f1fd

View File

@ -80,10 +80,10 @@
}
.cursor-coordinates {
color:#888;
font-size:12px;
font-weight:bold;
font-family:monospace;
color: gold;
font-size: 12px;
font-weight: bold;
font-family: monospace;
}
.cursor-coordinates .drawing-zoom {