mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
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;
|
||
|
}
|