Add white stroke to sim border (#1184)

* Sim now has white stroke in high contrast

* Increase stroke width to 3
This commit is contained in:
Guillaume Jenkins 2018-09-06 17:14:06 -04:00 committed by Peli de Halleux
parent 928745b0b2
commit 36eafa419d

View File

@ -162,8 +162,9 @@ namespace pxsim.visuals {
}
`;
const MB_HIGHCONTRAST = `
svg.sim {
border: solid white 0.15em;
path.sim-board {
stroke: white;
stroke-width: 3;
}
.sim-led {
stroke: red;