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:
parent
928745b0b2
commit
36eafa419d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user