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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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