From 36eafa419d3ec58ecb53cbd7818dab776cd40b1b Mon Sep 17 00:00:00 2001 From: Guillaume Jenkins Date: Thu, 6 Sep 2018 17:14:06 -0400 Subject: [PATCH] Add white stroke to sim border (#1184) * Sim now has white stroke in high contrast * Increase stroke width to 3 --- sim/visuals/microbit.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sim/visuals/microbit.ts b/sim/visuals/microbit.ts index 99f01e2f..8eb6f70b 100644 --- a/sim/visuals/microbit.ts +++ b/sim/visuals/microbit.ts @@ -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;