Add border around sim in high contrast (#1161)
* Add border around sim in high contrast * Specify border width
This commit is contained in:
parent
fef1f9a80d
commit
19ed85336b
@ -162,6 +162,9 @@ namespace pxsim.visuals {
|
|||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
const MB_HIGHCONTRAST = `
|
const MB_HIGHCONTRAST = `
|
||||||
|
svg.sim {
|
||||||
|
border: solid white 0.15em;
|
||||||
|
}
|
||||||
.sim-led {
|
.sim-led {
|
||||||
stroke: red;
|
stroke: red;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user