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:
committed by
Peli de Halleux
parent
928745b0b2
commit
36eafa419d
@ -162,8 +162,9 @@ namespace pxsim.visuals {
|
|||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
const MB_HIGHCONTRAST = `
|
const MB_HIGHCONTRAST = `
|
||||||
svg.sim {
|
path.sim-board {
|
||||||
border: solid white 0.15em;
|
stroke: white;
|
||||||
|
stroke-width: 3;
|
||||||
}
|
}
|
||||||
.sim-led {
|
.sim-led {
|
||||||
stroke: red;
|
stroke: red;
|
||||||
|
Reference in New Issue
Block a user