Add border around sim in high contrast (#1161)

* Add border around sim in high contrast

* Specify border width
This commit is contained in:
Guillaume Jenkins
2018-08-31 16:16:38 -04:00
committed by GitHub
parent fef1f9a80d
commit 19ed85336b

View File

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