apple2js/js/components/debugger/css/VideoModes.module.scss
Will Scullin 9173bff1ba
Switch to scss, better scope rules (#170)
Restrict element types and global styling to improve embedability
2023-01-11 18:14:44 -08:00

11 lines
143 B
SCSS

.pages canvas {
border: 1px inset;
width: 280px;
height: 192px;
margin: 5px;
}
.active canvas {
border: 1px inset #00f;
}