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 = `
 | 
			
		||||
svg.sim {
 | 
			
		||||
    border: solid white 0.15em;
 | 
			
		||||
path.sim-board {
 | 
			
		||||
    stroke: white;
 | 
			
		||||
    stroke-width: 3;
 | 
			
		||||
}
 | 
			
		||||
.sim-led {
 | 
			
		||||
    stroke: red;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user