mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
9173bff1ba
Restrict element types and global styling to improve embedability
11 lines
143 B
SCSS
11 lines
143 B
SCSS
.pages canvas {
|
|
border: 1px inset;
|
|
width: 280px;
|
|
height: 192px;
|
|
margin: 5px;
|
|
}
|
|
|
|
.active canvas {
|
|
border: 1px inset #00f;
|
|
}
|